class WordInsertArrayAction : DataInsertArrayAction
Inserts an array-like string of words.
arraySettings
- the settings to use for generating arrays
settings
- the settings to use for generating words
See Also
WordInsertArrayAction(arraySettings: ArraySettings = ArraySettings.default, settings: WordSettings = WordSettings.default)
Inserts an array-like string of words. |
val name: String
The name of the action to display. |
open fun generateStrings(count: Int): List<String>
Generates array-like strings of random data. |