updateStateData(dim: PP.Mb.DimSource, args: Object, callback: Function | PP.Delegate, errorCallback: Function | PP.Delegate);
dim. Dictionary.
args. Operation arguments. An object must contain the following fields: selId - selection moniker; keys - key of refreshed elements.
callback. Callback function.
errorCallback. Callback function on error.
The updateStateData method refreshes dictionary element states.
The example of method use is given in description of the DimSrv.selectByKeys method.
See also: