Skip to content

Function: combine() ​

combine(...specs): AttrSpec

Defined in: attributes.ts:201

Merge multiple AttrSpecs onto a single element. Throws on duplicate controller identifier.

Parameters ​

specs ​

...AttrSpec[]

Returns ​

AttrSpec

Released under the MIT License.