Skip to content

Commit

Permalink
docs(esl-trigger): improve TSDoc for hoverShowDelay/hoverHideDelay
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Dec 27, 2023
1 parent 30b27a8 commit 9da43c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/esl-trigger/core/esl-base-trigger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ export abstract class ESLBaseTrigger extends ESLBaseElement {
@attr({defaultValue: 'none'}) public hideDelay: string;

/**
* Show delay value override for hover.
* Note: the value should be numeric in order to delay hover action triggers for correct handling on mobile browsers.
* Alternative show delay value for hover action.
* Note: the value should be numeric in order to delay hover action.
*/
@attr({defaultValue: '0'}) public hoverShowDelay: string;
/**
* Hide delay value override for hover
* Note: the value should be numeric in order to delay hover action triggers for correct handling on mobile browsers.
* Alternative hide delay value for hover action.
* Note: the value should be numeric in order to delay hover action.
*/
@attr({defaultValue: '0'}) public hoverHideDelay: string;

Expand Down

0 comments on commit 9da43c2

Please sign in to comment.