We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf4f84 commit 09f0e7aCopy full SHA for 09f0e7a
packages/core/ui/button/index.d.ts
@@ -10,7 +10,7 @@ export class Button extends TextBase {
10
/**
11
* String value used when hooking to tap event.
12
*
13
- * @nsEvent {EventData} string;
+ * @nsEvent {EventData} tap
14
*/
15
public static tapEvent: string;
16
packages/core/ui/slider/index.d.ts
@@ -18,7 +18,7 @@ export class Slider extends View {
18
19
* String value used when hooking to accessibilityDecrement event.
20
21
- * @nsEvent {accessibilityDecrementEvent} accessibilityDecrement
+ * @nsEvent {AccessibilityDecrementEventData} accessibilityDecrement
22
23
static readonly accessibilityDecrementEvent = 'accessibilityDecrement';
24
0 commit comments