mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Changed SelectedCell back to VisualizationSelectionArray
This commit is contained in:
parent
f3ea2c5743
commit
9ca7d3f757
@ -438,15 +438,15 @@ declare module google {
|
||||
groupWidth: any; // number | string
|
||||
}
|
||||
|
||||
export interface SelectedCell {
|
||||
export interface VisualizationSelectionArray {
|
||||
column?: number;
|
||||
row?: number;
|
||||
}
|
||||
|
||||
class ChartBase {
|
||||
constructor(element: Element);
|
||||
getSelection(): SelectedCell[];
|
||||
setSelection(selection: SelectedCell[]): void;
|
||||
getSelection(): VisualizationSelectionArray[];
|
||||
setSelection(selection: VisualizationSelectionArray[]): void;
|
||||
clearChart(): void;
|
||||
getImageURI(): string;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user