Type Alias: FunctionWithArgOpts
FunctionWithArgOpts =
object
Properties​
defaultPath?​
optionaldefaultPath:string
If the argument is a Directory or File type, default to load path from context directory, relative to root directory.
defaultValue?​
optionaldefaultValue:JSON
A default value to use for this argument if not explicitly set by the caller, if any
description?​
optionaldescription:string
A doc string for the argument, if any
ignore?​
optionalignore:string[]
Patterns to ignore when loading the contextual argument value.
sourceMap?​
optionalsourceMap:SourceMap
The source map for the argument definition.