28 lines
548 B
Markdown
28 lines
548 B
Markdown
---
|
|
title: disabledFeature
|
|
description: disabledFeature attributes, type and example
|
|
---
|
|
## Constructor: disabledFeature
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|feature|[string](../types/string.md) | Required|
|
|
|description|[string](../types/string.md) | Required|
|
|
|
|
|
|
|
|
### Type: [DisabledFeature](../types/DisabledFeature.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$disabledFeature = ['_' => 'disabledFeature', 'feature' => string, 'description' => string, ];
|
|
```
|
|
|