SelectionSettings

12 Sep 20251 minute to read

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