# SettingField


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**label** | **string** |  | [optional] [default to undefined]
**helpText** | **string** |  | [optional] [default to undefined]
**type** | **string** |  | [optional] [default to undefined]
**required** | **boolean** |  | [optional] [default to undefined]
**dynamic** | **boolean** |  | [optional] [default to undefined]
**hidden** | **boolean** |  | [optional] [default to undefined]
**disabled** | **boolean** |  | [optional] [default to undefined]
**_options** | [**Array&lt;SettingOption&gt;**](SettingOption.md) |  | [optional] [default to undefined]
**value** | **any** |  | [optional] [default to undefined]
**defaultValue** | **any** |  | [optional] [default to undefined]

## Example

```typescript
import { SettingField } from '@caraer/client';

const instance: SettingField = {
    name,
    label,
    helpText,
    type,
    required,
    dynamic,
    hidden,
    disabled,
    _options,
    value,
    defaultValue,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
