Represents a private progress field.

interface IProgressFieldPrivate<Data = IAnything> {
    value: any;
}

Type Parameters

  • Data = IAnything

    The type of data associated with the field.

Hierarchy (View Summary)

Properties

Properties

value: any