Sequence
Wisej.Web.Ext.jSequence.Sequence
Last updated
Wisej.Web.Ext.jSequence.Sequence
Last updated
Namespace: Wisej.Web.Ext.jSequence
Assembly: Wisej.Web.Ext.jSequence (3.2.0.0)
The Sequence control turns text into UML sequence diagrams: https://bramp.github.io/js-sequence-diagrams/.
Constructs a new Sequence control.
String: Overridden to create our initialization script.
List<Package>: Overridden to return our list of script resources.
String: Returns or sets the name of the theme to use to draw the UML diagram. (Default: "Simple"
)
String: Returns or sets the UML definition of the diagram using this syntax: grammar. (Default: ""
)
Returns the sequence image.
callback
Throws:
ArgumentNullException If any of the arguments is null.
Asynchronously returns the sequence image.
Returns: Task<Image>. An awaitable Task that contains the image.
ElementClickEventHandler Triggered when the user clicks an element in the sequence.
Callback method that receives the object.