Skip to content

Commit

Permalink
chore: add interface version
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Jan 17, 2024
1 parent cc61c30 commit 5cd975b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vrender-core/src/interface/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,13 @@ export type RenderConfig = {
clickInterval?: number;

/**
* @since 0.17.15
* 是否支持touch事件,不支持就不监听touch事件
*/
supportsTouchEvents?: boolean;

/**
* @since 0.17.15
* 是否支持pointer事件,不支持就监听mouse事件
*/
supportsPointerEvents?: boolean;
Expand Down

0 comments on commit 5cd975b

Please sign in to comment.