Components
data class Components(val editor: Strings.Components.Editor, val findReplace: Strings.Components.FindReplace, val genericError: Strings.Components.GenericError)
Constructors
Link copied to clipboard
constructor(editor: Strings.Components.Editor, findReplace: Strings.Components.FindReplace, genericError: Strings.Components.GenericError)
Types
Link copied to clipboard
data class FindReplace(val findPlaceholder: String, val replacePlaceholder: String, val noResults: String, val matchCount: (current: Int, total: Int) -> String, val collapseReplaceDescription: String, val expandReplaceDescription: String, val previousMatchDescription: String, val nextMatchDescription: String, val closeFindBarDescription: String, val replaceButton: String, val replaceAllButton: String)
Link copied to clipboard