Skip to content

DetectedTutorial

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/api/src/documentation/services/tutorial-detector.service.ts

Detected tutorial from state machine analysis

Properties

PropertyType
idstring
titlestring
slugstring
descriptionstring
difficulty`'beginner'
estimatedTimestring
stateTransition`{
from: string;
to: string;
method: string;
stateMachine: string;
requiresModal?: boolean;
requiresApproval?: boolean;

}| |component|any| |feature|string| |route|string| |uiInteractions|any[]| |prerequisites|string[]| |requiredRole|string| |category|string| |tags|string[]| |nextSteps|string[]| |previousSteps|string[]| |formFields|any[]| |screenshots|any[]| |stateFlow|StateFlow| |loadingState|LoadingStateMetadata| |errorHandling|ErrorHandlingMetadata` |

Was this page helpful?

Download as PDF