String get direction => JS("String", "#.direction", this);
set direction(String value) { JS("void", "#.direction = #", this, value); }