• Parse the arguments of a Pgfkeys macro. The ast is expected to be a comma separated list of Items. Each item can have 0 or more item parts, which are separated by "=". If itemPart is undefined,

    If options.allowParenGroups === true, then commas that occur inside groups of parenthesis will not be parsed as separators. This is useful for parsing tikz \foreach loops.

    Parameters

    • ast: Node[]
    • Optional options: {
          allowParenGroups: boolean;
      }
      • allowParenGroups: boolean

    Returns Item[]

Generated using TypeDoc