-
Declaration
Swift
var forumTitle: String -
Declaration
Swift
var forumTitlePlaceholder: String -
Declaration
Swift
var messageText: String -
Declaration
Swift
var messageTextPlaceholder: String -
Declaration
Swift
var photoFilenames: [String] -
Declaration
Swift
var allowedImageTypes: String -
Declaration
Swift
var displayUntil: String -
Declaration
Swift
var postErrorString: String -
Declaration
Swift
var formAction: String -
Declaration
Swift
var postSuccessURL: String -
Declaration
Swift
var authorName: String? -
Declaration
Swift
var showForumTitle: Bool -
Declaration
Swift
var onlyShowForumTitle: Bool -
Declaration
Swift
var showModPostOptions: Bool -
Declaration
Swift
var showCruiseDaySelector: Bool -
Declaration
Swift
var isEdit: Bool -
Declaration
Swift
enum InitType -
Why the user opened an edit form. Set from the
See moreintentquery parameter on the edit page’s URL, which the moderation views append to their Edit links. It is deliberately not inferred from the user’s access level: a moderator editing one of their own posts from the forum is an ordinary edit and should return to the forum, not to the moderation view.Declaration
Swift
enum EditIntent : String -
Declaration
Swift
init( forType: InitType, userRoles: Set<UserRoleType>? = nil, editIntent: EditIntent = .normal )
View on GitHub