Operators Module

Functions and values

Function or value Description

target => callbackResult

Full Usage: target => callbackResult

Parameters:
Returns: CallbackResultBinding

Shorthand operator for defining a CallbackResultBinding

target : Dependency
callbackResult : 'a
Returns: CallbackResultBinding

componentId @. componentProperty

Full Usage: componentId @. componentProperty

Parameters:
Returns: Dependency

Shorthand for creation of a dependency (binding of the property of a component)

componentId : string
componentProperty : ComponentProperty
Returns: Dependency