You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bottom-navigation/index.d.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,8 @@ export class BottomNavigation extends TabNavigationBase {
54
54
*/
55
55
publicstaticselectedIndexChangedEvent: string;
56
56
57
-
/**
57
+
/**
58
+
* @hidden
58
59
* A basic method signature to hook an event listener (shortcut alias to the addEventListener method).
59
60
* @param eventNames - String corresponding to events (e.g. "propertyChange"). Optionally could be used more events separated by `,` (e.g. "propertyChange", "change").
60
61
* @param callback - Callback function which will be executed when event is raised.
Copy file name to clipboardExpand all lines: src/core/tab-navigation-base/tab-navigation-base/index.d.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,8 @@ export class TabNavigationBase extends View {
56
56
*/
57
57
publicstaticselectedIndexChangedEvent: string;
58
58
59
-
/**
59
+
/**
60
+
* @hidden
60
61
* A basic method signature to hook an event listener (shortcut alias to the addEventListener method).
61
62
* @param eventNames - String corresponding to events (e.g. "propertyChange"). Optionally could be used more events separated by `,` (e.g. "propertyChange", "change").
62
63
* @param callback - Callback function which will be executed when event is raised.
Copy file name to clipboardExpand all lines: src/core/tab-navigation-base/tab-strip-item/index.d.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,8 @@ export class TabStripItem extends View {
52
52
staticunselectEvent: string;
53
53
//@endprivate
54
54
55
-
/**
55
+
/**
56
+
* @hidden
56
57
* A basic method signature to hook an event listener (shortcut alias to the addEventListener method).
57
58
* @param eventNames - String corresponding to events (e.g. "propertyChange"). Optionally could be used more events separated by `,` (e.g. "propertyChange", "change").
58
59
* @param callback - Callback function which will be executed when event is raised.
Copy file name to clipboardExpand all lines: src/core/tab-navigation-base/tab-strip/index.d.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,8 @@ export class TabStrip extends View {
50
50
*/
51
51
publicstaticitemTapEvent: string;
52
52
53
-
/**
53
+
/**
54
+
* @hidden
54
55
* A basic method signature to hook an event listener (shortcut alias to the addEventListener method).
55
56
* @param eventNames - String corresponding to events (e.g. "propertyChange"). Optionally could be used more events separated by `,` (e.g. "propertyChange", "change").
56
57
* @param callback - Callback function which will be executed when event is raised.
0 commit comments