Constructs argument symbol.
Declaring signature.
Requested argument name.
Argument initialization options.
Argument key including modifiers.
Argument position within signature.
Reflects the order inside signature arguments definition. Note however, that optional arguments always follow required ones, and vararg argument is always last.
Requested symbol name.
Always ECMAScript-safe identifier.
Function signature declaring this symbol.
Always refers to itself.
Declares argument.
Called from signature declaration.
Custom argument declaration, if any.
Code snippet containing argument declaration.
Declares symbol in the most generic way.
The symbol can be used after that.
Symbol declaration request.
Symbol's declaration statement.
Emits the name of the symbol visible to emission namespace.
Code emission scope.
Emission result.
Adjusts this symbol resolution when it is referred.
Automatically declares the symbol if automatic declaration requested, or does nothing otherwise.
Symbol resolution.
Referring namespace.
Adjusted resolution.
Generated using TypeDoc
Function argument symbol.
Declared by function signature typically.