---
id: v1-form-element-data-source-config-options
title: FormElementDataSourceConfigOptions
pagination_label: FormElementDataSourceConfigOptions
sidebar_label: FormElementDataSourceConfigOptions
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'FormElementDataSourceConfigOptions', 'v1FormElementDataSourceConfigOptions']
slug: /tools/sdk/typescript/custom_forms/models/form-element-data-source-config-options
tags: ['SDK', 'Software Development Kit', 'FormElementDataSourceConfigOptions', 'v1FormElementDataSourceConfigOptions']
---

# FormElementDataSourceConfigOptions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label** | **(optional)** `string` | Label is the main label to display to the user when selecting this option | [default to undefined]
**subLabel** | **(optional)** `string` | SubLabel is the sub label to display below the label in diminutive styling to help describe or identify this option | [default to undefined]
**value** | **(optional)** `string` | Value is the value to save as an entry when the user selects this option | [default to undefined]

