Header menu logo Navs

CVal Module

Functions and values

Function or value Description

CVal.toBinding arg1

Full Usage: CVal.toBinding arg1

Parameters:
    arg0 : cval<'Value>

Returns: IBinding

Provides a double way binding for changeable values

This binding is read-write and can be used to bind to properties that support two-way binding. If you're looking to just use a readonly binding, use the `toBinding` method with the AVal module instead.

arg0 : cval<'Value>
Returns: IBinding

Type something to start searching.