The file event type.

Static variables

@:value(cast 2)@:impl@:enumstaticinlineread onlyChanged:FileChangeType = 2

The file got changed.

@:value(cast 1)@:impl@:enumstaticinlineread onlyCreated:FileChangeType = 1

The file got created.

@:value(cast 3)@:impl@:enumstaticinlineread onlyDeleted:FileChangeType = 3

The file got deleted.