brepjs API Reference
    Preparing search index...

    Interface OperationRegistry

    Immutable registry mapping operation names to their handler functions.

    interface OperationRegistry {
        operations: ReadonlyMap<string, OperationHandler>;
    }
    Index

    Properties

    Properties

    operations: ReadonlyMap<string, OperationHandler>