actions
const
actions:Object
An object that maps the names of actions to their corresponding methods in the SymbolActions class.
Type declaration
addSymbol
addSymbol:
any
=__SymbolActions__.addSymbol
Adds a symbol to the current context.
fetchSymbol
fetchSymbol:
any
=__SymbolActions__.fetchSymbol
Fetches a symbol from the current context.
getSymbol
getSymbol:
any
=__SymbolActions__.getSymbol
Retrieves a symbol from the current context by its index.
mergeSymbol
mergeSymbol:
any
=__SymbolActions__.mergeSymbol
Merges a symbol into the current context.
mergeSymbols
mergeSymbols:
any
=__SymbolActions__.mergeSymbols
Merges multiple symbols into the current context.
symbol
symbol:
any
=__SymbolActions__.symbol
Retrieves a symbol from the current context.
symbols
symbols:
any
=__SymbolActions__.symbols
Retrieves all symbols from the current context.
Source
ecmascript/src/actions/symbol.ts:155
Generated using typedoc-plugin-markdown and TypeDoc