Interface FileCreateEvent

An event that is fired after files are created.

interface FileCreateEvent {
    files: readonly Uri[];
}

Properties

Properties

files: readonly Uri[]

The files that got created.