Skip to content

Target changed? #116

Answered by renaudpawlak
HFolkertH asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, indeed. Now, in order to be accessible as a target component, the component MUST have an explicit name. You have to give an explicit name by clicking on the edit button on the right side of the component's name (upper-right panel). To conform with explicit names, the component's name must not end with a dash and a number (otherwise it is considered as an implicit name). There are exceptions: dialogs and connectors don't need to be explicitly name to be accessible.

Example:

  • button-3: implicit name (will not appear nor be accessible in code completion)
  • my-custom-button: explicit name (will appear)

This new way of doing things is meant to encourage naming components that are accessed …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by HFolkertH
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants