Represents a progress field component.

  • Parameters

    • props: IProgressFieldProps<any, any> & IProgressFieldPrivate<any>

      The props object containing the properties required for the progress field.

      Represents the props for the ProgressField component.

      • OptionalgroupRef?: (element?: null | HTMLDivElement) => void

        Represents a reference to a group in a field.

      • OptionalmaxPercent?: number

        Maximum percentage value for a field.

      • OptionalshowPercentLabel?: boolean

        Determines whether to show the percent label.

        The field containing the showPercentLabel property.

        • Whether to show the percent label.

      Represents a private progress field.

      • value: any

    Returns Element

    The rendered progress field component.

Properties

Properties

displayName: string