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