Language
Configure Border Frames
PhotoEditor SDK supports configuring the frame tool allowing flexible adaptation to different needs and use cases. For a detailed explanation of how to configure different editor views, refer to this guide.
actions
#
actions
#Configuring the frame tool allows changing how users can interact with a given frame.
The actions users can perform are configured via the actions
property. In our example, we remove the option to change the frame width (FrameAction.WIDTH
) and only allow replacing it and changing its opacity.