Is it possible to "Expand" using script without display the option dialog?
When I run `app.executeMenuCommand("Expand3")` in my script, it opens an dialog to set the properties.
I was wondering if there is some way to set the propertis in script then execute the action without display the dialog.
Or maybe if there is something in the Javascript API to interact with dialog also would be nice...
I also tried to to create an action, but even in action the dialog appears...
Is not an big issue, but if would be possible to supress the dialog would be nice


