Skip to content

WorkflowDocumentation

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/parser-core/src/interfaces/workflow-documentation.interface.ts

Complete workflow documentation for a component

Properties

PropertyType
idstring
titlestring
componentstring
componentPathstring
descriptionstring
stateMachinesStateMachine[]
statesWorkflowStateDocumentation[]
diagramstring
metadata`{
/**
 * When documentation was generated
 */
generatedAt: Date;

/**
 * Total number of screenshots
 */
screenshotCount: number;

/**
 * Total number of interactive elements
 */
interactionCount: number;

}` |

Was this page helpful?

Download as PDF