Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

constants.js 247B

12345678
  1. // @flow
  2. /**
  3. * Used to modify initialValue, which is expected to be a decimal value between
  4. * 0 and 1, and converts it to a number representable by an input slider, which
  5. * recognizes whole numbers.
  6. */
  7. export const VOLUME_SLIDER_SCALE = 100;