Anatomy of an Operator
Every Operator is a TypeScript class decorated with metadata. The @Operator decorator configures its identity within the visual docs.studio and the engine's query system.
Published: 7/10/2026
Assign tags and roles directly inside the @Operator configuration object. You must use the Type Registry (registry.generated.ts) to ensure you are using compiler-approved strings.






