OptionalbrA predicate function to determine whether there should be a line break after each function parameter.
This predicate is called on every parameter if provided. If sortPredicate is also provided, the predicate is evaluated against the reordered array.
A function parameter string.
The parameter index.
true to add a trailing line break, or false otherwise.
OptionalprependOptional text to add before the function hook (e.g., subst:).
OptionalsortCallback function to Array.prototype.sort, called on a deep copy of ParserFunction.params (i.e., the original array is not mutated).
OptionaluseWhether to use the canonical function hook.
Options for ParserFunction.stringify.