Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigUpdateAction

Hierarchy

  • ConfigUpdateAction

Index

Properties

Properties

Optional add

add: object

Add a new element to a list configuration section.

Type declaration

  • [Attr: string]: any

Optional delete

delete: string[]

Delete the value from the configuration overrides.

Optional remove

remove: string[]

Remove a previously added element from a list configuration section.

Optional set

set: object

Set the value in the configuration overrides.

Type declaration

  • [Attr: string]: any

Generated using TypeDoc