Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUpdateProfile

Parameters to update a profile - The basic implementation simply overwrites the existing profile with the new contents specified, unless merge is true, and the contents of the old profile are merged with the contents from the update profile.

Note: This profile could contains the following additional arguments, which will only be kept in memory (for a short period of time) and NOT saved to a file.

export
interface

IUpdateProfile

Hierarchy

Index

Properties

Properties

Optional merge

merge: boolean

Should the contents of the new profile be merged with the contents of the old one?

Optional name

name: string

The name of the profile to update.

memberof

IUpdateProfile

Optional profile

profile: IProfile

The contents of the profile for the update - if merge is NOT specified, simply overwrites the existing profile with the contents specified here.

memberof

IUpdateProfile

Generated using TypeDoc