DimSrv.updateStateData

Syntax

updateStateData(dim: PP.Mb.DimSource, args: Object, callback: Function | PP.Delegate, errorCallback: Function | PP.Delegate);

Parameters

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.

Description

The updateStateData method refreshes dictionary element states.

Example

The example of method use is given in description of the DimSrv.selectByKeys method.

See also:

DimSrv