Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConfigBuilderOpts

Hierarchy

  • IConfigBuilderOpts

Index

Properties

Methods

Properties

Optional populateProperties

populateProperties: boolean

Specify true to populate default values for profile properties with the IProfileProperty.includeInTemplate flag set to true.

Methods

Optional getValueBack

  • Callback that prompts the user to enter a value for a profile property. The method will be called to populate missing values in the base profile. It should return the value that the user entered, or null or undefined if the prompt was cancelled.

    Parameters

    • propName: string

      The name of the property

    • property: IProfileProperty

      The profile property definition

    Returns Promise<any>

Generated using TypeDoc