Method | Description | |
---|---|---|
ClearAllCollection ( IJavascriptObject array ) : void | ||
Dispose ( ) : void | ||
MoveCollectionItem ( IJavascriptObject array, IJavascriptObject item, int oldIndex, int newIndex ) : void | ||
SpliceCollection ( IJavascriptObject array, int index, int number ) : void | ||
SpliceCollection ( IJavascriptObject array, int index, int number, IJavascriptObject added ) : void | ||
UpdateProperty ( IJavascriptObject father, string propertyName, IJavascriptObject value ) : void | ||
VueJavascriptViewModelUpdater ( IWebView webView, IJavascriptObject listener, Lazy |
Method | Description | |
---|---|---|
AddUnsafe ( IJavascriptObject array, int index, int number, IJavascriptObject value ) : void | ||
GetOrCreateSilenter ( IJavascriptObject father ) : IJavascriptObject | ||
InjectUnsafe ( IJavascriptObject value ) : void |
public ClearAllCollection ( IJavascriptObject array ) : void | ||
array | IJavascriptObject | |
return | void |
public MoveCollectionItem ( IJavascriptObject array, IJavascriptObject item, int oldIndex, int newIndex ) : void | ||
array | IJavascriptObject | |
item | IJavascriptObject | |
oldIndex | int | |
newIndex | int | |
return | void |
public SpliceCollection ( IJavascriptObject array, int index, int number ) : void | ||
array | IJavascriptObject | |
index | int | |
number | int | |
return | void |
public SpliceCollection ( IJavascriptObject array, int index, int number, IJavascriptObject added ) : void | ||
array | IJavascriptObject | |
index | int | |
number | int | |
added | IJavascriptObject | |
return | void |
public UpdateProperty ( IJavascriptObject father, string propertyName, IJavascriptObject value ) : void | ||
father | IJavascriptObject | |
propertyName | string | |
value | IJavascriptObject | |
return | void |
public VueJavascriptViewModelUpdater ( IWebView webView, IJavascriptObject listener, Lazy |
||
webView | IWebView | |
listener | IJavascriptObject | |
vueHelper | Lazy |
|
logger | IWebSessionLogger | |
return | System |