Options
All
  • Public
  • Public/Protected
  • All
Menu

File of updatable properties. Change keys or values and call flush() to write out any changes.

Hierarchy

  • PropertiesFile

Implemented by

Index

Properties

Methods

Properties

obj

obj: object

Return the properties as an indexed properties object. Objects will be mutable.

Type declaration

  • [key: string]: string

path

path: string

Path to the file in the project

properties

properties: Property[]

Updatable properties

Methods

addProperty

  • addProperty(prop: Property): Promise<void>

flush

  • flush(): Promise<void>

Generated using TypeDoc