brepjs API Reference
    Preparing search index...

    Interface DisposeRequest

    Request to dispose the worker, releasing all resources.

    interface DisposeRequest {
        id: string;
        type: "dispose";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier for correlating requests with responses.

    type: "dispose"

    Discriminant indicating the kind of request.