Options
All
  • Public
  • Public/Protected
  • All
Menu

Generator argument interface

Hierarchy

  • ArgumentConfig
    • IGeneratorArgument

Index

Properties

Optional default

default: string | number | any[] | any

Default value for this argument

Optional description

description: string

Description for the argument

Optional optional

optional: boolean

whether it is optional

Optional required

required: boolean

whether it is required

Optional type

type: StringConstructor | NumberConstructor | ArrayConstructor | ObjectConstructor

expected argument type