Exemple #1
0
 public virtual Element Highlight(string color, HighlightConfig config)
 {
     this.Call("highlight", color, new JRawValue(config.Serialize()));
     return this;
 }