Function
Static Public Summary | ||
public |
backed(_class: class): * |
|
public |
bind(_class_: *, property: *, instance: *) Bind properties |
|
public |
|
|
public |
loadScript(src: *): * |
|
public |
polyloader(name: string, main: string, root: string): * |
|
public |
pubsubloader(isWindow: *) |
|
public |
|
Static Public
public backed(_class: class): * source
import backed from 'backed/src/backed.js'
Params:
Name | Type | Attribute | Description |
_class | class |
Return:
* |
public bind(_class_: *, property: *, instance: *) source
import bind from 'backed/src/internals/bind.js'
Bind properties
Params:
Name | Type | Attribute | Description |
_class_ | * | ||
property | * | ||
instance | * |
public fireevent(type: string, target: object, detail: string | boolean | number | object) source
import fireevent from 'backed/src/internals/fire-event.js'
public loadScript(src: *): * source
import loadScript from 'backed/src/internals/load-script.js'
Params:
Name | Type | Attribute | Description |
src | * |
Return:
* |
public polyloader(name: string, main: string, root: string): * source
import polyloader from 'backed/src/poly-loader.js'
Return:
* |
public pubsubloader(isWindow: *) source
import pubsubloader from 'backed/src/internals/pub-sub-loader.js'
Params:
Name | Type | Attribute | Description |
isWindow | * |
public tojsprop(string: *): string source
import tojsprop from 'backed/src/internals/to-js-prop.js'
Params:
Name | Type | Attribute | Description |
string | * |