---
id: v1-section-details
title: SectionDetails
pagination_label: SectionDetails
sidebar_label: SectionDetails
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'SectionDetails', 'v1SectionDetails']
slug: /tools/sdk/typescript/work_items/models/section-details
tags: ['SDK', 'Software Development Kit', 'SectionDetails', 'v1SectionDetails']
---

# SectionDetails

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **(optional)** `string` | Name of the FormItem | [default to undefined]
**label** | **(optional)** `string` | Label of the section | [default to undefined]
**formItems** | **(optional)** `Array<object>` | List of FormItems. FormItems can be SectionDetails and/or FieldDetails | [default to undefined]

