Skip to content

Commit 6cb4600

Browse files
author
Roberto De Ioris
authored
Update Slate_API.md
1 parent a7b8da5 commit 6cb4600

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/Slate_API.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,12 @@ ue.register_nomad_tab_spawner('Hello Nomads !', create_tab)
795795

796796
To spawn the nomad tab you need to search for 'Hello Nomads !' entry in Window/Developer Tools menu. (currently there is no way to place it in other positions)
797797

798+
If you want to spawn (or give focus) to a specific tab, just run
799+
800+
```python
801+
ue.invoke_tab('Hello Nomads !')
802+
```
803+
798804
## Properties Editors
799805

800806
```python

0 commit comments

Comments
 (0)