mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-06 10:10:08 +00:00
Fix customData & sortingMethod
This commit is contained in:
4
types/flexmonster/index.d.ts
vendored
4
types/flexmonster/index.d.ts
vendored
@@ -130,7 +130,7 @@ declare namespace Flexmonster {
|
||||
showCharts(type?: string, multiple?: boolean): void;
|
||||
showGrid(): void;
|
||||
showGridAndCharts(type?: string, position?: string, multiple?: boolean): void;
|
||||
sortingMethod(hierarchyName: string, compareFunction: (a: string, b: string) => boolean): void;
|
||||
sortingMethod(hierarchyName: string, compareFunction: (a: string, b: string) => number): void;
|
||||
sortValues(axisName: string, type: string, tuple: number[], measure: MeasureObject): void;
|
||||
toolbar: Toolbar;
|
||||
updateData(object: DataSource | object[]): void;
|
||||
@@ -186,7 +186,7 @@ declare namespace Flexmonster {
|
||||
roles?: string;
|
||||
localeIdentifier?: string;
|
||||
effectiveUserName?: string;
|
||||
customData?: string;
|
||||
customData?: object;
|
||||
hash?: string;
|
||||
username?: string;
|
||||
password?: string;
|
||||
|
||||
Reference in New Issue
Block a user