provideDescription

open fun provideDescription(fallback: String?): MutableText

Provide a custom description implementation to be used in the Translatable framework. Will be overridden if the field is supplied with a descriptionProvider

Return

MutableText

Author

fzzyhmstrs

Since

0.7.5

Parameters

fallback

String, nullable. The fallback description key to (attempt) to use. Can supply a literal message also (the translation will simply fail and the message will appear as-is)