brepjs API Reference
    Preparing search index...

    Interface SerializedHistory

    JSON-safe representation of a ModelHistory.

    interface SerializedHistory {
        shapes: Readonly<Record<string, string>>;
        steps: readonly OperationStep[];
    }
    Index

    Properties

    Properties

    shapes: Readonly<Record<string, string>>

    Shape ID → BREP string.

    steps: readonly OperationStep[]