public struct PublishConfig : Codable
Configuration for publish/export action. Defines a custom publish action with identifier and display label.
## Properties
id: Unique identifier for the publish actionlabel: Display label shown to the user
[init(id:label:)](#/s:9embed_sdk13PublishConfigV2id5labelACSS_SStcfc)
Undocumented
Swift
public init(id: String, label: String)