Options

{"comment":"/*\n Create a new FlipClock instance.\n \n @class FlipClock\n @extends DomComponent\n @param {HTMLElement} el - The HTML element used to bind clock DOM node.\n @param {} value - The value that is passed to the clock face.\n @param {object|undefined} attributes - FlipClock.Options passed an object with key/value.\n /","meta":{"filename":"FlipClock.js","lineno":17,"columnno":4,"path":"/Users/justinkimbrell/Github/FlipClock/src/js/Components","code":{},"shortpath":"Components/FlipClock.js"},"description":"

Create a new FlipClock instance.

","kind":"class","name":"FlipClock","augments":["DomComponent"],"params":[{"type":{"names":["HTMLElement"]},"description":"

The HTML element used to bind clock DOM node.

","name":"el"},{"type":{"names":["*"]},"description":"

The value that is passed to the clock face.

","name":"value"},{"type":{"names":["object","undefined"]},"description":"

FlipClock.Options passed an object with key/value.

","name":"attributes"}],"longname":"FlipClock","scope":"global","id":"T000003R000015","s":true,"attribs":"","id":"FlipClock","signature":"(el, value, attributes)","ancestors":[]}

el :string
{"type":{"names":["HTMLElement"]},"description":"

The HTML element used to bind clock DOM node.

","name":"el"}
value :string
{"type":{"names":["*"]},"description":"

The value that is passed to the clock face.

","name":"value"}
attributes :string
{"type":{"names":["object","undefined"]},"description":"

FlipClock.Options passed an object with key/value.

","name":"attributes"}