-
Couldn't load subscription status.
- Fork 140
Closed
Description
The only way i see to easily query a Definition is to manually create an instance of DefinitionWalker to use. It seems like it would be more appropriate to use the walker property of Designer, but it is private.
sequential-workflow-designer/designer/src/designer.ts
Lines 81 to 87 in 41549b6
| private constructor( | |
| private readonly view: DesignerView, | |
| private readonly state: DesignerState, | |
| private readonly walker: DefinitionWalker, | |
| private readonly historyController: HistoryController | undefined, | |
| private readonly api: DesignerApi | |
| ) {} |
This instance seems to be the source of "truth" for the rules to visiting/querying a definition. Would you consider changing walker to be a public property?
Metadata
Metadata
Assignees
Labels
No labels