Interface: OperationClassification
Defined in: operations/types.ts:257
this type is used to classify operations in the dropdown menu
Param
the name of the category for all associated operations (e.g. block, structure)
Param
a description of that category to show on screen
Param
an array of all the operations associated with this category
Properties
category_name
category_name:
string
Defined in: operations/types.ts:258
color
color:
string
Defined in: operations/types.ts:260
description
description:
string
Defined in: operations/types.ts:259
op_names
op_names:
string[]
Defined in: operations/types.ts:261