@inweb/viewer-visualize
    Preparing search index...

    Interface VisualizeProgressEvent

    Deprecated since 25.4. Use initializeprogress instead.

    interface VisualizeProgressEvent {
        loaded: number;
        total: number;
        type: "visualizeprogress";
    }
    Index

    Properties

    Properties

    loaded: number

    A 64-bit unsigned integer value indicating the amount of work already performed by the underlying process. The ratio of work done can be calculated by dividing total by the value of this property.

    total: number

    A 64-bit unsigned integer representing the total amount of work that the underlying process is in the progress of performing.

    type: "visualizeprogress"

    Event type.