Interface representing an image block in the user interface inspector.
crop
: Optional element or boolean indicating whether the crop section should be shown.filters
: Optional element or boolean indicating whether the filters section should be shown.adjustments
: Optional element or boolean indicating whether the adjustments section should be shown.effects
: Optional element or boolean indicating whether the effects section should be shown.blur
: Optional element or boolean indicating whether the blur section should be shown.
Deprecated#
Use cesdk.feature.enable()
for image-related features instead.
Extends#
Properties#
Property | Type | Description |
---|---|---|
crop? | boolean | |
filters? | boolean | |
adjustments? | boolean | |
effects? | boolean | |
blur? | boolean |