We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate the new GLSP Standard Feature for Alignment helper lines and remove the current custom impl
See :
The text was updated successfully, but these errors were encountered:
draft impl
f75597e
Issue #315
experimental implemenation
c9acbcf
Implementation example:
bind(TYPES.ISnapper).toConstantValue(new BPMNElementSnapper()); bind<IHelperLineOptions>(TYPES.IHelperLineOptions).toConstantValue({ alignmentElementFilter: element => isBPMNNode(element), minimumMoveDelta: { x: 10, y: 10 } }); .... export function initializeBPMNDiagramContainer(container: Container, ...containerConfiguration: ContainerConfiguration): Container { return initializeDiagramContainer(container, bpmnDiagramModule, bpmnHelperLineModule, BPMNPropertyModule, ...containerConfiguration); }
Sorry, something went wrong.
adaption to new GLSP Helperlines
afd0aa7
No branches or pull requests
Integrate the new GLSP Standard Feature for Alignment helper lines and remove the current custom impl
See :
The text was updated successfully, but these errors were encountered: