StoreFileUpdatedEventData

data class StoreFileUpdatedEventData(val file: File, val changes: List<FileChange>)

Holds information about file updates.

Constructors

Link copied to clipboard
constructor(file: File, changes: List<FileChange>)

Properties

Link copied to clipboard

List of file changes.

Link copied to clipboard
val file: File

File meta.