Home > @activeviam/activeui-sdk > MdxFunctionsApi > createFunction
MdxFunctionsApi.createFunction() method
Signature:
createFunction(name: string, ...args: ExpressionNode[]): MdxFunctionNode;
Parameters
| Parameter | Type | Description |
|---|---|---|
| name | string | |
| args | ExpressionNode[] |
Returns: