---
id: v1-workflow-library-form-fields
title: WorkflowLibraryFormFields
pagination_label: WorkflowLibraryFormFields
sidebar_label: WorkflowLibraryFormFields
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'WorkflowLibraryFormFields', 'v1WorkflowLibraryFormFields']
slug: /tools/sdk/typescript/workflows/models/workflow-library-form-fields
tags: ['SDK', 'Software Development Kit', 'WorkflowLibraryFormFields', 'v1WorkflowLibraryFormFields']
---

# WorkflowLibraryFormFields

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **(optional)** `string` | Description of the form field | [default to undefined]
**helpText** | **(optional)** `string` | Describes the form field in the UI | [default to undefined]
**label** | **(optional)** `string` | A human readable name for this form field in the UI | [default to undefined]
**name** | **(optional)** `string` | The name of the input attribute | [default to undefined]
**required** | **(optional)** `boolean` | Denotes if this field is a required attribute | [default to false]
**type** | **(optional)** `string` | The type of the form field | [default to undefined]

