Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork158
Add Events Header to StackLayout#213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Some events or methods need to be defined for the control as some of them are not documented in the api reference (https://docs.nativescript.org/api-reference/classes/_ui_layouts_stack_layout_.stacklayout). This will help developers know what events are available for this control where they could wire up some code.
nativescript-vue-bot commentedOct 19, 2018
Deploy preview fornativescript-vue ready! Built with commitd8540dd |
Hi@AngeloAnolin, thanks for the PR! The reason we are not listing all the events is because there are many that are inherited from I will keep this open as a reminder to add more information about the even inheritance, but I will not be merging it. |
## Events | ||
| Name | Description | | ||
|------|-------------| | ||
`tap` | Emitted when the layout is tapped. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
`tap` | Emitted when the layout is tapped. | |
|`tap`| Emitted when the layout is tapped.| |
@rigor789 it might make more sense to create an issue about adding event inheritance docs? This will let us close this one. |
Some events or methods need to be defined for the control as some of them are not documented in the api reference (https://docs.nativescript.org/api-reference/classes/_ui_layouts_stack_layout_.stacklayout). This will help developers know what events are available for this control where they could wire up some code.