cel-ts - v0.1.0-alpha
GitHub
Preparing search index...
ReceiverMacro
Class ReceiverMacro
Receiver-style macro with fixed argument count.
Hierarchy
BaseMacro
ReceiverMacro
Index
Constructors
constructor
Properties
arg
Count
expander
kind
name
receiver
Style
var
Arg
Style
Methods
macro
Key
Constructors
constructor
new
ReceiverMacro
(
funcName
:
string
,
argCount
:
number
,
expander
:
MacroExpander
,
)
:
ReceiverMacro
Parameters
funcName
:
string
argCount
:
number
expander
:
MacroExpander
Returns
ReceiverMacro
Properties
Readonly
arg
Count
argCount
:
number
Readonly
expander
expander
:
MacroExpander
Readonly
kind
kind
:
MacroKind
= "receiver"
Readonly
name
name
:
string
Readonly
receiver
Style
receiverStyle
:
boolean
= false
Readonly
var
Arg
Style
varArgStyle
:
boolean
= false
Methods
macro
Key
macroKey
()
:
string
Returns
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
arg
Count
expander
kind
name
receiver
Style
var
Arg
Style
Methods
macro
Key
GitHub
cel-ts - v0.1.0-alpha
Loading...
Receiver-style macro with fixed argument count.