We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I'm trying the following, but sequenceDiagram is not found:
var options = {theme: 'hand'}; document.querySelectorAll(".sequence").forEach((x) => { x.sequenceDiagram(options) })