public class EditImageDocConfig : BaseDocConfig
ADOBE CONFIDENTIAL
Copyright 2025 Adobe All Rights Reserved.
NOTICE: All information contained herein is, and remains the property of Adobe and its suppliers, if any. The intellectual and technical concepts contained herein are proprietary to Adobe and its suppliers and are protected by all applicable intellectual property laws, including trade secret and copyright laws. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Adobe.
Document configuration for Edit Image workflow.
## Properties
asset: Image asset to editintent: Optional editing intent to launch directly into a specific editing tool
[init(asset:intent:)](#/s:9embed_sdk18EditImageDocConfigC5asset6intentAcA5AssetCSg_AA0cD6IntentOSgtcfc)
Swift
public init(asset: Asset? = nil, intent: EditImageIntent? = nil)
[encode(to:)](#/s:SE6encode2toys7Encoder_p_tKF)
Swift
override public func encode(to encoder: any Encoder) throws