BinderRenameSectionDetails
open class BinderRenameSectionDetails : CustomStringConvertible
Renamed Binder section.
-
Event unique identifier.
Declaration
Swift
public let eventUuid: String
-
Title of the Binder doc.
Declaration
Swift
public let docTitle: String
-
Name of the Binder page/section.
Declaration
Swift
public let binderItemName: String
-
Previous name of the Binder page/section.
Declaration
Swift
public let previousBinderItemName: String?
-
Declaration
Swift
open var description: String { get }