restoreInput function

Restore an input value

Restore an input value

This restores an input value from the current restore context. It should be called early on inside of input functions (like textInput()).

restoreInput(id, default)

Arguments

  • id: Name of the input value to restore.
  • default: A default value to use, if there's no value to restore.
  • Maintainer: Winston Chang
  • License: GPL-3 | file LICENSE
  • Last published: 2024-12-14