Type Alias: FunctionWithArgOpts
FunctionWithArgOpts =
object
Properties​
defaultAddress?​
optionaldefaultAddress?:string
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
deprecated?​
optionaldeprecated?:string
If deprecated, the reason or migration path.
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.