Data Output
Data outputs hold the data that is sent from components to the platform
Overview
AnyCloneableDataSwift Structure
public struct DataOutput: CloneableDataOutput {
public init(
data: AnyCloneableData,
staticComponentID: String, // use value passed during component init
dynamicComponentID: String, // use value passed during component init
dynamicOutputID: String, // hard-code, or get from component outputs
outputComponentType: ComponentType) // define in the following enum
}Last updated

