Search results

SelectionSettings API in JavaScript (ES5) Image Editor API control

This interface is used to specify settings for selection operations on images, including visibility, stroke color and fill color.

Properties

fillColor

string

Represents fill color of circle selection in the image editor.

Defaults to null

showCircle

boolean

Specifies a boolean value whether to show circle on selection in the image editor.

Defaults to true

strokeColor

string

Represents stroke color of circle selection in the image editor.

Defaults to null