interface Option {
    time_info_handler?: TimeInfoHandler;
}

Hierarchy (view full)

Properties

time_info_handler?: TimeInfoHandler