External module "hs/bind/index"
Functions
bind
bind<T>( hs: HyperScope , hv: HyperValue < T > , fn: function , init?: boolean ) : void
Type parameters
Parameters
hs: HyperScope
fn: function
Default value init: boolean = true
Returns void
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Works almost the same as
auto
but instead of creating a new hyper-value it updates existing one. It getsfn
result value and keeps track of changes of used hyper-values.