mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-15 18:17:44 +08:00
30 lines
588 B
Markdown
30 lines
588 B
Markdown
---
|
|
id: "arrayenumselect"
|
|
title: "Function: ArrayEnumSelect"
|
|
sidebar_label: "ArrayEnumSelect"
|
|
sidebar_position: 0
|
|
custom_edit_url: null
|
|
---
|
|
|
|
▸ **ArrayEnumSelect**<T\>(`__namedParameters`): `Element`
|
|
|
|
#### Type parameters
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `T` | `T`: [EnumType](../types/enumtype.md) |
|
|
|
|
#### Parameters
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `__namedParameters` | `ArrayEnumSelectProps`<T\> |
|
|
|
|
#### Returns
|
|
|
|
`Element`
|
|
|
|
#### Defined in
|
|
|
|
[form/fields/ArrayEnumSelect.tsx:20](https://github.com/Camberi/firecms/blob/42dd384/src/form/fields/ArrayEnumSelect.tsx#L20)
|