Logo FS-Skia-UI

AdapterProgram<'model, 'msg> Type

Public contract type exposed by this FS.Skia.UI package.

Record fields

Record Field Description

Init

Full Usage: Init

Field type: unit -> 'model * AdapterCommand<'msg>
Field type: unit -> 'model * AdapterCommand<'msg>

Subscriptions

Full Usage: Subscriptions

Field type: 'model -> AdapterSubscription<'msg> list
Field type: 'model -> AdapterSubscription<'msg> list

Update

Full Usage: Update

Field type: 'msg -> 'model -> 'model * AdapterCommand<'msg>
Field type: 'msg -> 'model -> 'model * AdapterCommand<'msg>

View

Full Usage: View

Field type: 'model -> Control<'msg>
Field type: 'model -> Control<'msg>

Type something to start searching.