Gets or sets a tool selected in the image editor by default.
public function getDefaultTool() { } public function setDefaultTool($value) { }
Type: string
There are two values supported so far: crop and draw.
crop
draw
Default value is "crop".