SutilEffect Type
A SutilEffect is the result of evaluating a SutilElement, and can be one of the following:
-
SideEffect - This usually means the SutilElement was an attribute, and its evaluation resulted in a DOM call such as setAttribute, or classlist.add, etc
-
DomNode of Node - The SutilElement created a DOM Node. This is usually a Text or an HTMLElement
-
Group of SutilGroup - A SutilGroup has been created
Union cases
| Union case | Description |
|
|
|
|
Full Usage:
SideEffect
|
Instance members
| Instance member | Description |
|
|
Full Usage:
this.Dispose
|
|
|
|
Static members
| Static member | Description |
Full Usage:
SutilEffect.MakeGroup(name, parent, prevInit)
Parameters:
string
parent : SutilEffect
prevInit : SutilEffect
Returns: SutilGroup
|
|
|
|
|
|
Full Usage:
SutilEffect.RegisterUnsubscribe(node, d)
Parameters:
SutilEffect
d : unit -> unit
|
|
|
|
Sutil