Skip to content

ActorActionsFactory

ActorActionsFactory(Parent): any

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

Parameters

Parent: any= Object

The class to be extended by the ActorActions class.

Returns

any

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

Source

ecmascript/src/actions/actor.ts:20


Generated using typedoc-plugin-markdown and TypeDoc