ViewerProgram<'model, 'msg> Type
Viewer host contract type (moved from the FS.Skia.UI monolith, retyped onto FS.Skia.UI.Scene).
Record fields
| Record Field |
Description
|
|
|
|
|
|
|
Full Usage:
Init
Field type: unit -> 'model * Cmd<'msg>
|
|
Full Usage:
Subscriptions
Field type: 'model -> (string list * (Dispatch<'msg> -> IDisposable)) list
|
|
Full Usage:
Update
Field type: 'msg -> 'model -> 'model * Cmd<'msg>
|
|
|