FileLockingLockStatusChangedDetails
open class FileLockingLockStatusChangedDetails : CustomStringConvertible
Locked/unlocked editing for a file.
-
Previous lock status of the file.
Declaration
Swift
public let previousValue: TeamLog.LockStatus
-
New lock status of the file.
Declaration
Swift
public let newValue: TeamLog.LockStatus
-
Declaration
Swift
open var description: String { get }