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 accept string inputs.
  2. Bool 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 allowing you to select the available tables in the loaded project.
  8. Databases  -   This will display a prompt to choose a database provider. e.g. SQLite, SQL Server, etc.
  9. DateFormat - This will display a prompt to select a date format.
  10. Lookup - This will display a lookup of values already specified in a text file.

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


Was this article helpful?