Gjallarhorn.Bindable


ApplicationSpecification<'Model, 'Nav, 'Message>

Namespace: Gjallarhorn.Bindable.Framework

Full specification required to run an application

Record Fields

Record FieldDescription
Core
Signature: ApplicationCore<'Model,'Nav,'Message>

The application core

Render
Signature: CreateDataContext<'Message> -> unit

The platform specific render function

Instance members

Instance memberDescription
Binding
Signature: IComponent<'Model,'Nav,'Message>

The binding function from the core application

CompiledName: get_Binding

Model
Signature: ISignal<'Model>

The model generator function from the core application

CompiledName: get_Model

Update(m)
Signature: m:'Message -> unit

The update function from the core application

Fork me on GitHub