Sequence
Wisej.Web.Ext.jSequence.Sequence
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/.
Constructors
Constructs a new Sequence control.
Properties
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: ""
)
Methods
Returns the sequence image.
Parameter | Type | Description |
---|---|---|
callback | Callback method that receives the Image object. |
Throws:
ArgumentNullException If any of the arguments is null.
Asynchronously returns the sequence image.
Returns: Task<Image>. An awaitable Task that contains the image.
Events
ElementClickEventHandler Triggered when the user clicks an element in the sequence.
Last updated