Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FileChangesEvent

Hierarchy

  • FileChangesEvent

Index

Constructors

constructor

Properties

Readonly changes

changes: readonly FileChange[]

Methods

contains

  • Returns true if this change event contains the provided file with the given change type (if provided). In case of type DELETED, this method will also return true if a folder got deleted that is the parent of the provided file path.

    Parameters

    Returns boolean

getAdded

getDeleted

Private getOfType

getUpdated

gotAdded

  • gotAdded(): boolean

gotDeleted

  • gotDeleted(): boolean

gotUpdated

  • gotUpdated(): boolean

Private hasType