Skip to content
Discussion options

You must be logged in to vote

@JackMostert extending the designer is fairly easy, although not well documented (we'll have to fix that):

  • Implement you custom element and register it with the renderer (example here, I assume you've already done that)

  • Implement a Designer Peer for your element. The designer peer is the bridge between your custom element and the designer. It allows you to declare which properties show up in the property sheet and the action buttons that can decorate the selection rectangle

    • Implementing a Designer Peer is the part that isn't documented
    • You can take an example from the designer's code (all built-in elements are implemented and registered exactly the same way you'd implement and regist…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Trish92
Comment options

Comment options

You must be logged in to vote
1 reply
@shalinijoshi19
Comment options

Answer selected by shalinijoshi19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants