FlipClock.Options

An object of key/value pairs that will be used to set the attributes.

Example:
{
   face: 'DayCounter',
   language: 'es',
   timer: Timer.make(500)
}
Properties:
Name Type Attributes Default Description
face string | Face <optional>
Faces.DayCounter

The clock's Face instance.

interval number <optional>
1000

The clock's interval rate (in milliseconds).

theme object <optional>
Themes.Original

The clock's theme.

language string | object <optional>
Languages.English

The clock's language.

timer Timer <optional>
Timer

The clock's timer.

Source: