IndicatorInfo

public struct IndicatorInfo

A struct holding the information about an indicator

  • The name of the indicator

    Declaration

    Swift

    public let name: String
  • A desriptive name of the indicator

    Declaration

    Swift

    public let fullName: String
  • The names of the required inputs

    Declaration

    Swift

    public let inputs: [String]
  • The names of the required options

    Declaration

    Swift

    public let options: [String]
  • The names of the geneated outputs

    Declaration

    Swift

    public let outputs: [String]
  • The kind of the indicator

    Declaration

    Swift

    public let kind: IndicatorKind