Skip to content

ComponentActionsFactory

ComponentActionsFactory(Parent): any

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

Parameters

Parent: any= Object

The class to be extended by the ComponentActions class.

Returns

any

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

Source

ecmascript/src/actions/component.ts:16


Generated using typedoc-plugin-markdown and TypeDoc