public struct CallbackAction : BaseActionInterface, Codable
## Properties
target: The callback target i.e, CALLBACKenableByDefault: Whether this option is enabled by default
[target](#/s:9embed_sdk14CallbackActionV6targetAA12ExportTarget_pvp)
Undocumented
Swift
public var target: ExportTarget
[init(target:enableByDefault:)](#/s:9embed_sdk14CallbackActionV6target15enableByDefaultAcA0C6TargetO_SbSgtcfc)
Creates a callback action.
Swift
public init(target: CallbackTarget, enableByDefault: Bool? = nil)
target | Callback target i.e, CALLBACK |
enableByDefault | Whether enabled by default (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