Skip to main content

Interface: OperationClassification

Defined in: operations/types.ts:245

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:246


color

color: string

Defined in: operations/types.ts:248


description

description: string

Defined in: operations/types.ts:247


op_names

op_names: string[]

Defined in: operations/types.ts:249