import BindingLoader from 'devapt-core-browser/js/base/binding/bindings_loader.js'
BindingLoader
Static Method Summary
Static Public Methods | ||
public static |
load(arg_id: string, arg_runtime: RuntimeBase, arg_component: Component, arg_binding_cfg: Immutable.Map | undefined): BindingStream | array Load and apply a component binding configuration. |
|
public static |
normalize_objects(arg_runtime: RuntimeBase, arg_component: Component, arg_selectors: array, arg_dom_types: array | string): array Normalize an array of objects selectors in an array of objects. |
Constructor Summary
Public Constructor | ||
public |
constructor(): nothing Creates an instance of BindingLoader. |
Static Public Methods
public static load(arg_id: string, arg_runtime: RuntimeBase, arg_component: Component, arg_binding_cfg: Immutable.Map | undefined): BindingStream | array source
Load and apply a component binding configuration.