enable property

List enable

Dates avalable for selection.

This is the enable option, which takes in an array of date strings, date ranges and functions. Essentially the same as the disable option above, but reversed.

Default: []

Implementation

external List get enable;
void enable=(List v)

Implementation

external set enable(List v);