• Returns the content of args for a macro or environment as an object whose keys are the "names" of each argument. These names of the arguments must be specified in the _renderInfo prop. If _renderInfo does not contain a namedArguments array, then an empty object will be returned.

    Parameters

    • node: Macro | Environment
    • namedArgumentsFallback: readonly (null | string)[] = []

    Returns Record<string, Node[] | null>

    Named Arguments Fallback

    • If _renderInfo.namedArguments is not provided, namedArgumentsFallback is ued.

Generated using TypeDoc