Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 626 Bytes

FeatureElementOrCompatibleArray.md

File metadata and controls

16 lines (10 loc) · 626 Bytes

JScrewItDocs


Type Alias: FeatureElementOrCompatibleArray

FeatureElementOrCompatibleArray: FeatureElement | readonly FeatureElement[]

A feature object, a name or alias of a predefined feature, or an array of such values that defines a union of mutually compatible features.

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, or if it is an array of values that does not define a union of mutually compatible features.