Interface FileSystemEvents

interface FileSystemEvents {
    changed: UriComponents[];
    created: UriComponents[];
    deleted: UriComponents[];
}

Properties

changed: UriComponents[]
created: UriComponents[]
deleted: UriComponents[]