Type alias ConfigItemOptions

ConfigItemOptions: {
    default?: ConfigValue;
    mandatory?: boolean;
    masked?: boolean;
    regexp?: RegExp | RegexpWithAttributes;
    type?: Type;
}

Type declaration

  • Optional default?: ConfigValue
  • Optional mandatory?: boolean
  • Optional masked?: boolean
  • Optional regexp?: RegExp | RegexpWithAttributes
  • Optional type?: Type

Generated using TypeDoc