Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IChangedArgs

The change args for a file change.

Hierarchy

  • IChangedArgs

Index

Properties

Properties

newValue

newValue: Partial<IModel>

The old contents.

oldValue

oldValue: Partial<IModel>

The new contents.

type

type: "new" | "delete" | "rename" | "save"

The type of change.

Generated using TypeDoc