set method

void set(
  1. String option,
  2. dynamic value
)

Sets a config option optionto value, redrawing the calendar and updating the current view, if necessary.

Implementation

external void set(String option, dynamic value);