Liquex.Parser.Object.arguments

You're seeing just the function arguments, go back to Liquex.Parser.Object module for more information.
Link to this function

arguments(combinator \\ empty())

View Source

Specs

arguments(NimbleParsec.t()) :: NimbleParsec.t()

Parse arguments. Arguments are key/value pairs, but a key may have multiple values separated by commas.

Examples

* "img_url: '400x400', crop: 'bottom', filter: 'blur'"
* "img_size: 800, 600"