Skip to content

Commit

Permalink
fix(HeatMap): setOptions 参数声明错误
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy94813 committed Mar 21, 2024
1 parent b015336 commit d77a59e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions types/layers/HeatMap.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ export declare class HeatMap extends Event {
getzIndex(): number;
/**
* 获取图层参数信息
* @returns {Object}
* @param {HeatMapOption} options
* @returns {void}
* */
setOptions(): Object;
setOptions(options: HeatMapOption): void;
/**
* 获取图层参数信息
* @returns {Object}
Expand Down

0 comments on commit d77a59e

Please sign in to comment.