Recent searches

in

Parser Model Array

On this page

An array of parser model configurations. Typically used for positional_args or named_args definitions that specify the arguments a snippet accepts. Each model defines an argument's editor key, type, default value, and whether it's optional.

Appears in

└── Snippet Definition Value
    └── Parser Model Array

Type

Array<Snippet Model>

Items

snippet-modelObject#

This key defines the parsing configuration for this argument.

Appears in: options.models, Argument Parser Configuration options, options.models, Snippet Definition Value, Parser Model Array.

Open in a new tab