📋 Metadata
- Author: Motiomancer
- Date: 2021-09-26 15:20:55
- Type:
answer - Reply to: post_04085
💬 Content
On advance settings
return C.area.type == 'GRAPH_EDITOR'

If you want to know the name of a specific area you can make a Sticky Key/Stack Key, with:
message_box(C.area.type , title='')
in the command tab to show the current active area

❤️ 3 likes