1. Overview
  2. Expanders
  3. Expander Types

Expander Types

Expander Types help you configure the data type of the expander. The available types are:

  1. String - This makes the input prompt to be one that accepts string inputs.
  2. Bool - This allows you to make the expander accept a true/false option.
  3. Folder -  This will display a folder selection prompt.
  4. File -  This will display a file selection prompt.
  5. Color - This will display a color selection prompt.
  6. Font - This will display a font selection prompt.
  7. Tables - This will display a prompt that will allow you to select the available tables in the loaded project.
  8. Databases -  This will display a prompt that will allow you to select a database provider. e.g. SQLite, SQL Server, etc.
  9. DateFormat - This will display a prompt that will allow you to select a data format.
  10. Lookup - This will display a lookup of values already specified in a text file.

Depending on the type of Expander Type, the matching input prompt is available.


Was this article helpful?