Skip to content

SplashScreens.addInstructionsList

Alex Kulcsar edited this page Apr 20, 2023 · 1 revision

SplashScreens.addInstructionsList method

Add a set of strings to the instructions collection. Multiple sets of strings are presented in columns.

Essentially an alias to RotatingScreens.addMidText

RotatingScreens.addMidText(value: string[]): void

Parameters

  • value: string[] Set of strings to add to the instructions list.
Clone this wiki locally