<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`ViewOption`](ViewOption) ## ViewOption type ViewOption and the associated sub-types are configuration-driven settings controls which can be provided by a [BasesViewRegistration](BasesViewRegistration) to expose configuration options to users in the view config menu of the Bases toolbar. 1.10.0 **Signature:** ```typescript export type ViewOption = DropdownOption | FileOption | FolderOption | FormulaOption | GroupOption | MultitextOption | PropertyOption | SliderOption | TextOption | ToggleOption; ``` **References:** [`DropdownOption`](DropdownOption)<!-- -->, [`FileOption`](FileOption)<!-- -->, [`FolderOption`](FolderOption)<!-- -->, [`FormulaOption`](FormulaOption)<!-- -->, [`GroupOption`](GroupOption)<!-- -->, [`MultitextOption`](MultitextOption)<!-- -->, [`PropertyOption`](PropertyOption)<!-- -->, [`SliderOption`](SliderOption)<!-- -->, [`TextOption`](TextOption)<!-- -->, [`ToggleOption`](ToggleOption)