Events indicating the conversion status change.

interface Events {
    end: Converted;
    progress: Progress;
}

Properties

Properties

progress: Progress