New Synchronous Asynchronous-loading option

More details: http://knockoutjs.com/documentation/component-registration.html#controlling-synchronousasynchronous-loading
This commit is contained in:
Sergio Morchón Poveda
2015-05-11 16:59:39 +02:00
parent a6d979c0d0
commit d1497a885a
+1
View File
@@ -574,6 +574,7 @@ declare module KnockoutComponentTypes {
interface Config {
viewModel?: ViewModelFunction | ViewModelSharedInstance | ViewModelFactoryFunction | AMDModule;
template: string | Node[]| DocumentFragment | TemplateElement | AMDModule;
synchronous?: boolean;
}
interface ComponentConfig {