UiStepData

public struct UiStepData : Codable

Data collected during ui (form collection) steps of the inquiry flow

  • The name of the step in the inquiry template

    Declaration

    Swift

    public let name: String
  • The data captured for input components

    Declaration

    Swift

    public let componentData: [ComponentData]
  • A union type for component data

    See more

    Declaration

    Swift

    public enum ComponentData : Codable