Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Closed
AngeloAnolin wants to merge1 commit intonativescript-vue:masterfromAngeloAnolin:patch-1
Closed

Add Events Header to StackLayout#213

AngeloAnolin wants to merge1 commit intonativescript-vue:masterfromAngeloAnolin:patch-1

Conversation

AngeloAnolin
Copy link

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.

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

Deploy preview fornativescript-vue ready!

Built with commitd8540dd

https://deploy-preview-213--nativescript-vue.netlify.com

@rigor789
Copy link
Member

Hi@AngeloAnolin, thanks for the PR!

The reason we are not listing all the events is because there are many that are inherited fromViewBase/View. I would rather include information about event inheritance, and how to look for them than to list all possible events likedoubleTap, longPress, swipe, pan, pinch, loaded, and more... and then add them to every element in the docs - which I don't think is a good idea.

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
`tap` | Emitted when the layout is tapped.
|`tap`| Emitted when the layout is tapped.|

@ikoevska
Copy link
Contributor

Hi@AngeloAnolin, thanks for the PR!

The reason we are not listing all the events is because there are many that are inherited fromViewBase/View. I would rather include information about event inheritance, and how to look for them than to list all possible events likedoubleTap, longPress, swipe, pan, pinch, loaded, and more... and then add them to every element in the docs - which I don't think is a good idea.

I will keep this open as a reminder to add more information about the even inheritance, but I will not be merging it.

@rigor789 it might make more sense to create an issue about adding event inheritance docs? This will let us close this one.

@rigor789
Copy link
Member

@ikoevska yes! Opened#233

ikoevska reacted with heart emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ikoevskaikoevskaikoevska left review comments

Assignees
No one assigned
Labels
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@AngeloAnolin@nativescript-vue-bot@rigor789@ikoevska

[8]ページ先頭

©2009-2025 Movatter.jp