Skip to content
On this page

custom-belt-lib / Modules / CustomBelt

Module: CustomBelt

Table of contents

Classes

Interfaces

Functions

Functions

getCustomBeltInit

getCustomBeltInit(selectors, beltProps, beltAttributes?): CustomBeltInit

Create new CustomBeltInit object

Parameters

NameTypeDefault valueDescription
selectorsnull | string[] | HTMLElement[]undefinedarray of HTMLElements or array of HTML Ids and/or Classes to replace
beltPropsBeltProps[]undefined-
beltAttributesnull | BeltAttributesnull-

Returns

CustomBeltInit

CustomBeltInit object

Defined in

CustomBelt.ts:36

Released under the MIT License.