public struct EditFurtherAction : BaseActionInterface, Codable
Edit further/continue editing action configuration. Defines an action to continue editing the content in another workflow or tool.
## Properties
target: The editing target (EXPRESS or IMAGE_MODULE)intent: Specific editing tool to launch (optional)context: Whether to edit in same or new context (optional)
[target](#/s:9embed_sdk17EditFurtherActionV6targetAA12ExportTarget_pvp)
Undocumented
Swift
public var target: ExportTarget
[init(target:intent:context:)](#/s:9embed_sdk17EditFurtherActionV6target6intent7contextAcA0cD6TargetO_AA0cD6IntentOSgAA13ExportContextOSgtcfc)
Creates an edit further action.
Swift
public init(target: EditFurtherTarget, intent: EditFurtherIntent? = nil, context: ExportContext? = nil)
target | Editing target (EXPRESS or IMAGE_MODULE) |
intent | Specific editing intent (optional) |
context | Editing context (optional) |
[init(from:)](#/s:Se4fromxs7Decoder_p_tKcfc)
Swift
public init(from decoder: any Decoder) throws
[encode(to:)](#/s:SE6encode2toys7Encoder_p_tKF)
Swift
public func encode(to encoder: any Encoder) throws