AllActionsFactory
AllActionsFactory(
Parent
):any
A factory function that creates a new instance of the AllActions class that extends the provided Parent class
Parameters
• Parent: any
= Object
The class to be extended by the AllActions class.
Returns
any
A new class that extends the provided Parent class and the CoreActions class.
Source
Generated using typedoc-plugin-markdown and TypeDoc