brepjs API Reference
    Preparing search index...

    Interface OperationStep

    interface OperationStep {
        id: string;
        inputIds: readonly string[];
        metadata?: Readonly<Record<string, unknown>>;
        outputId: string;
        parameters: Readonly<Record<string, unknown>>;
        timestamp: number;
        type: string;
    }
    Index

    Properties

    id: string
    inputIds: readonly string[]
    metadata?: Readonly<Record<string, unknown>>
    outputId: string
    parameters: Readonly<Record<string, unknown>>
    timestamp: number
    type: string