brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
OperationRegistry
Interface OperationRegistry
Immutable registry mapping operation names to their handler functions.
interface
OperationRegistry
{
operations
:
ReadonlyMap
<
string
,
OperationHandler
>
;
}
Index
Properties
operations
Properties
Readonly
operations
operations
:
ReadonlyMap
<
string
,
OperationHandler
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
operations
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Immutable registry mapping operation names to their handler functions.