nextArrow property

String nextArrow

HTML for the arrow icon, used to switch months.

Default: >

Implementation

external String get nextArrow;
void nextArrow=(String v)

Implementation

external set nextArrow(String v);