FlowVariable: FlowElement & {
    apexClass?: string | null;
    dataType: string;
    isCollection?: boolean | null;
    isInput?: boolean | null;
    isOutput?: boolean | null;
    objectType?: string | null;
    scale?: number | null;
    value?: FlowElementReferenceOrValue | null;
}

Type declaration

  • Optional apexClass?: string | null
  • dataType: string
  • Optional isCollection?: boolean | null
  • Optional isInput?: boolean | null
  • Optional isOutput?: boolean | null
  • Optional objectType?: string | null
  • Optional scale?: number | null
  • Optional value?: FlowElementReferenceOrValue | null