Skip to content

Commit

Permalink
chore: optimize comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kkxxkk2019 committed Dec 20, 2024
1 parent bf0117f commit af5d6b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vgrammar-core/src/types/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,14 @@ export interface IViewEventConfig {
/** use drag events or not */
drag?: boolean;
/**
* @since 0.15.2
* @default 200
* VRender 参数 ,单位 ms
* 多次点击之间的最大时间,默认为 200 ms,用于判断点击次数
*/
clickInterval?: number;
/**
* @since 0.15.2
* @default false
* VRender 参数 是否自动阻止事件
*/
Expand Down

0 comments on commit af5d6b9

Please sign in to comment.