Class: BlurOperation

PhotoEditorSDK.Operations~ BlurOperation

An operation that can draw a radial focus

new BlurOperation(sdk, options)

sdk/operations/blur-operation/index.js, line 32

Creates a new BlurOperation

Name Type Description
sdk PhotoEditorSDK
options Object optional

Extends

  • PhotoEditorSDK.Operation

Members

staticPhotoEditorSDK.Operations.BlurOperation.identifierString

A unique string that identifies this operation. Can be used to select operations.

Default Value:
  • blur

Methods

dispose()

sdk/operations/blur-operation/index.js, line 145

Disposes this operation

hasChanges(){Boolean}

sdk/operations/blur-operation/index.js, line 156

Checks if the operation has changes/modifications

Returns:
Type Description
Boolean