[**JScrewIt**](../README.md)

***

# Type Alias: FeatureElement

> **FeatureElement** = [`Feature`](../interfaces/Feature.md) \| keyof [`FeatureAll`](../interfaces/FeatureAll.md)

A feature object or a name or alias of a predefined feature.

## Remarks

Methods that accept parameters of this type throw an error if the specified value is neither a
feature object nor a name or alias of a predefined feature.
