EntityActionsFactory
EntityActionsFactory(
Parent
):any
Creates a new instance of the EntityActions class that extends the provided Parent class
Parameters
• Parent: any
= Object
The class to be extended by the EntityActions class.
Returns
any
- A new class that extends the provided Parent class and the EntityActions class.
Source
ecmascript/src/actions/entity.ts:12
Generated using typedoc-plugin-markdown and TypeDoc