Math3D Full Project API
Preparing search index...
renderer/src/workbook/workbookModel
createOperatorRegistry
Function createOperatorRegistry
createOperatorRegistry
<
T
extends
{
id
:
string
}
>
(
entries
:
T
[]
,
)
:
{
byId
:
Map
<
string
,
T
>
;
get
:
(
id
?:
string
|
null
)
=>
T
|
undefined
;
list
:
T
[]
;
}
Type Parameters
T
extends
{
id
:
string
}
Parameters
entries
:
T
[]
Returns
{
byId
:
Map
<
string
,
T
>
;
get
:
(
id
?:
string
|
null
)
=>
T
|
undefined
;
list
:
T
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Math3D Full Project API
Loading...