Skip to content

EventControlElement.js

deployment script via Travis CI edited this page Feb 25, 2020 · 2 revisions

Functions

modify(modArgs)void

sets multiple CSS properties according to the passed object

update()void

is called when there are changes. Does nothing by default, children might override this

modify(modArgs) ⇒ void

sets multiple CSS properties according to the passed object

Kind: global function

Param Type Description
modArgs object object containing CSS properties and values

update() ⇒ void

is called when there are changes. Does nothing by default, children might override this

Kind: global function

Clone this wiki locally