mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
live-preview: Navigate to property
Clicking on an existing property in the PropertyEditor will ask the editor to navigate to the right place.
This commit is contained in:
parent
c9c293e3bd
commit
5663aa0cfd
2 changed files with 11 additions and 5 deletions
|
|
@ -178,7 +178,6 @@ export global Api {
|
|||
// Show a position consisting of `line` and `column` in a `file` in the editor
|
||||
callback show-document-offset-range(/* url */ string, /* start_offset */ int, /* end_offset */ int);
|
||||
|
||||
|
||||
// ## Drawing Area
|
||||
// Preview some other component
|
||||
callback show-preview-for(string/* name */, string/*url*/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue