Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProfileSaved

The success response to the profile "save()" API.

export
interface

IProfileSaved

Hierarchy

  • IProfileSaved

Index

Properties

message

message: string

A message describing the result of the profile creation - for display purposes

memberof

IProfileSaved

overwritten

overwritten: boolean

True if the profile saved overwrote an existing profile of the same name/type.

memberof

IProfileSaved

path

path: string

The path that the new profile was written to

memberof

IProfileSaved

Optional profile

profile: IProfile

The contents of the profile saved.

memberof

IProfileSaved

Generated using TypeDoc