Interface

createElementOpt

createElementOpt

Create element options

View Source js/globals.d.ts, line 243

Members

object

# attributes

Some attributes ?

Properties:
Name Type Description
attributes object
str: any

string

View Source js/globals.d.ts, line 257

string

# className

Add classname

View Source js/globals.d.ts, line 252

string

# html

InnerHTML ?

View Source js/globals.d.ts, line 269

object

# options

Some options

Properties:
Name Type Description
attributes Array

View Source js/globals.d.ts, line 274

string

# tagName

Tag name to be created

View Source js/globals.d.ts, line 247

string

# text

InnerText ?

View Source js/globals.d.ts, line 264