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
|`triggerOnExit`|`EventEmitter<void>`| No | Output event that is triggered when the user manually exits the story view. |
62
63
|`triggerOnSwipeUp`|`EventEmitter<void>`| No | Output event that is triggered when the user performs a swipe-up gesture, typically for additional actions. |
63
64
| `onStoryGroupChange` | `EventEmitter<number>` | No | Output event that is triggered when the user changes the storyGroup.
65
+
| `triggerOnStoryChange` | `EventEmitter<object>` | No | Output event that is triggered when the user changes the story.
64
66
65
67
66
68
```ts
@@ -84,6 +86,7 @@ interface NgxStoriesOptions {
84
86
* Loading: A Loading svg will be shown when story buffers (SVG from <ahref="https://www.svgbackgrounds.com/elements/animated-svg-preloaders/">Animated SVG Preloaders by SVGBackgrounds.com</a>)
85
87
* Audio controls: Toggle audio on/off for stories that have audio.
86
88
* Component based stories for best control.
89
+
* Auto-assigning unique ids to storyGroups and stories.
|`triggerOnExit`|`EventEmitter<void>`| No | Output event that is triggered when the user manually exits the story view. |
62
60
|`triggerOnSwipeUp`|`EventEmitter<void>`| No | Output event that is triggered when the user performs a swipe-up gesture, typically for additional actions. |
63
61
| `onStoryGroupChange` | `EventEmitter<number>` | No | Output event that is triggered when the user changes the storyGroup.
62
+
| `triggerOnStoryChange` | `EventEmitter<object>` | No | Output event that is triggered when the user changes the story.
64
63
65
64
66
65
```ts
@@ -84,6 +83,7 @@ interface NgxStoriesOptions {
84
83
* Loading: A Loading svg will be shown when story buffers (SVG from <ahref="https://www.svgbackgrounds.com/elements/animated-svg-preloaders/">Animated SVG Preloaders by SVGBackgrounds.com</a>)
85
84
* Audio controls: Toggle audio on/off for stories that have audio.
86
85
* Component based stories for best control.
86
+
* Auto-assigning unique ids to storyGroups and stories.
0 commit comments