# PropertyOption


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**label** | **string** |  | [optional] [default to undefined]
**icon** | **string** |  | [optional] [default to undefined]
**color** | **string** |  | [optional] [default to undefined]
**disabled** | **boolean** |  | [optional] [default to undefined]
**completed** | **boolean** |  | [optional] [default to undefined]
**usedIn** | [**UsedInResult**](UsedInResult.md) |  | [optional] [default to undefined]

## Example

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

const instance: PropertyOption = {
    name,
    label,
    icon,
    color,
    disabled,
    completed,
    usedIn,
};
```

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