Home > @activeviam/activeui-sdk > MdxFunctionNode
MdxFunctionNode interface
An MdxNode representing a function call. Some functions are called with syntax that makes them look like an operator or part of the language; see Syntax for the different syntaxes for calling functions.
Signature:
export interface MdxFunctionNode
Properties
Property | Type | Description |
---|---|---|
arguments | ExpressionNode[] | |
elementType | 'Function' | |
name | string | |
syntax | Syntax |