An additional function that determines whether the extender
is enabled. By default it is considered enabled if the application
active widget is contained in the tracker. If this is also
provided, the criterion is equivalent to
tracker.has(widget) && extender.isEnabled(widget)
An additional function that determines whether the extender
is enabled. By default it is considered enabled if the application
active widget is contained in the tracker. If this is also
provided, the criterion is equivalent to
tracker.has(widget) && extender.isEnabled(widget)
A function to restart and run all the code hosted by the widget, which returns a promise of whether the action was performed.
Return the label associated to the restartAndRunAllLabel function.
This function receives the number of items n to be able to provided
correct pluralized forms of translations.
A function to run a chunk of code.
A function to run the entirety of the code hosted by the widget.
Return the label associated to the runAllLabel function.
This function receives the number of items n to be able to provided
correct pluralized forms of translations.
Return the label associated to the run function.
This function receives the number of items n to be able to provided
correct pluralized forms of translations.
A widget tracker for identifying the appropriate extender.
Generated using TypeDoc
An object that runs code, which may be registered with the Run menu.