-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I love how you included a JSON schema for the config files that lists all the allowable event names. Would you consider adding all the Mobiflight ones to it as well?
In the same way you scrape the SDK for the native events, you can easily do the same for Mobiflight.
Just run this
document.querySelector('pre').textContent.split('\n').filter(text => !text.startsWith('//')).map(text => `Mobiflight.${text.split('#')[0]}`)
in the dev console here
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request