Component<'model>
IComponent
,
IHandleEvent
,
IHandleAfterRender
,
IDisposable
,
IProgramComponent
Base class for components that run an Elmish program.
Constructor | Description |
|
|
Instance member | Description |
Full Usage:
this.Dispatch
Returns: 'msg -> unit
|
The component's dispatch method. This property is initialized during the component's OnInitialized phase.
|
Full Usage:
this.JSRuntime
|
|
|
|
Full Usage:
this.Rerender
|