WebComponent Type
Support for defining Web Components in Sutil
Static members
Static member | Description |
Full Usage:
WebComponent.Register(name, view, init)
Parameters:
string
view : IStore<'T> -> SutilElement
init : 'T
|
|
Full Usage:
WebComponent.Register(name, view, init)
Parameters:
string
view : IStore<'T> -> Node -> SutilElement
init : 'T
|
|
Full Usage:
WebComponent.Register(name, view, initValue, initModel, dispose)
Parameters:
string
view : IStore<'T> -> Node -> SutilElement
initValue : 'T
initModel : unit -> IStore<'T>
dispose : IStore<'T> -> unit
|
|