Skip to content

Commit

Permalink
#3162: Null properties: Build api files added
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew1407 committed Jan 27, 2025
1 parent 8eadafd commit ab54a36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions js-api/src/api/grok_api.g.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1601,10 +1601,13 @@ export interface IDartApi {
grok_FuncOptions_Create(): any;
grok_FuncParamOptions_Create(): any;

// Generated from ../d4\lib\src\common\common.api.g.dart
// Generated from ../d4/lib/src/common/common.api.g.dart
grok_UsageType_Create(): any;

// Generated from ../d4\lib\src\grid\grid.api.g.dart
// Generated from ../d4/lib/src/widgets/widgets.api.g.dart
grok_InputType_Create(): any;

// Generated from ../d4/lib/src/grid/grid.api.g.dart
grok_GridCellStyle_Create(): any;
grok_GridCellStyle_Get_defaultStyle(): any;
grok_GridCellStyle_Set_defaultStyle(v: any): any;
Expand Down Expand Up @@ -1654,7 +1657,7 @@ export interface IDartApi {
grok_GridCellStyle_Set_choices(x: any, v: any): any;
grok_renderMultipleHistograms(g: any, bounds: any, histograms: any, categoryColumn: any, colors: any, tension: Num, normalize: Bool, markerSize: Num, fill: Bool, minBin: Num, maxBin: Num, localMaximum: Bool, highlightedHistogram: Num): any;

// Generated from ../d4\lib\src\viewer_base\viewer_base.api.g.dart
// Generated from ../d4/lib/src/viewer_base/viewer_base.api.g.dart
grok_ViewerEvent_Create(): any;
grok_ViewerEvent_Get_viewer(x: any): any;
grok_ViewerEvent_Set_viewer(x: any, v: any): any;
Expand All @@ -1669,7 +1672,4 @@ export interface IDartApi {
grok_ViewerEvent_Get_mouseEvent(x: any): any;
grok_ViewerEvent_Set_mouseEvent(x: any, v: any): any;
grok_ViewerEvent_Get_bitset(x: any): any;

// Generated from ../d4\lib\src\widgets\widgets.api.g.dart
grok_InputType_Create(): any;
}
2 changes: 1 addition & 1 deletion js-api/src/interfaces/d4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export interface IScatterPlotSettings {

markerType: string;

// -1 default - automatic sizing based on current dataframe
// By default - automatic sizing based on current dataframe
markerDefaultSize: number;

markerOpacity: number;
Expand Down

0 comments on commit ab54a36

Please sign in to comment.