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/.
public class Sequence : Widget
Constructors
Sequence()

Constructs a new Sequence control.
Properties
InitScript

String: Overridden to create our initialization script.
Packages

List<Package>: Overridden to return our list of script resources.
Theme

String: Returns or sets the name of the theme to use to draw the UML diagram. (Default: "Simple"
)
UML

String: Returns or sets the UML definition of the diagram using this syntax: grammar. (Default: ""
)
Methods
GetImage(callback)

Returns the sequence image.
Throws:
ArgumentNullException If any of the arguments is null.
GetImageAsync()

Asynchronously returns the sequence image.
Returns: Task<Image>. An awaitable Task that contains the image.
Events
ElementClick

ElementClickEventHandler Triggered when the user clicks an element in the sequence.
Last updated
Was this helpful?