# PropertyFormat


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label** | **string** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**icon** | **string** |  | [optional] [default to undefined]
**type** | **string** |  | [optional] [default to undefined]
**settings** | [**Array&lt;SettingField&gt;**](SettingField.md) |  | [optional] [default to undefined]
**filters** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**rules** | **Array&lt;string&gt;** |  | [optional] [default to undefined]

## Example

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

const instance: PropertyFormat = {
    label,
    name,
    icon,
    type,
    settings,
    filters,
    rules,
};
```

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