Skip to content

CoreActionsFactory

CoreActionsFactory(Parent): any

Creates a new instance of the CoreActions class that extends the provided Parent class

Parameters

Parent: any= Object

The class to be extended by the CoreActions class.

Returns

any

  • A new class that extends the provided Parent class and the CoreActions class.

Source

ecmascript/src/actions/core.ts:11


Generated using typedoc-plugin-markdown and TypeDoc