IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface ProgressEvent

    This data type contains information about the progress event of an operation.

    interface ProgressEvent {
        Details?: Progress;
    }
    Index

    Properties

    Properties

    Details?: Progress

    The Progress event details.