653 B
653 B
title | description |
---|---|
disabledFeature | disabledFeature attributes, type and example |
Constructor: disabledFeature
Attributes:
Name | Type | Required |
---|---|---|
feature | string | Yes |
description | string | Yes |
Type: DisabledFeature
Example:
$disabledFeature = ['_' => 'disabledFeature', 'feature' => string, 'description' => string, ];
Or, if you're into Lua:
disabledFeature={_='disabledFeature', feature=string, description=string, }