Lines Matching refs:off
41 ## cl.distributeddatamgr.2 Change of the Parameters in data.DistributedObject.off
49 Changed the parameters of two **off()** methods.
54 off(type: 'change', callback?: Callback<{ sessionId: string, fields: Array<string> }>): void;
55 off(
65 off(type: 'change', callback?: (sessionId: string, fields: Array<string>) => void): void;
66 off(
115 ## cl.distributeddatamgr.4 Change of Parameters in data.DataObject.off
123 Changed the parameters of two **off()** methods.
128 off(type: 'change', callback?: Callback<{ sessionId: string, fields: Array<string> }>): void;
129 off(
139 off(type: 'change', callback?: (sessionId: string, fields: Array<string>) => void): void;
140 off(
180 ## cl.distributeddatamgr.6 Change of Parameters in data.preferences.off
191 off(type: 'multiProcessChange', callback?: Callback<{ key : string }>): void
192 off(type: 'change', callback?: Callback<{ key : string }>): void
198 off(type: 'multiProcessChange', callback?: ( key : string ) => void): void
199 off(type: 'change', callback?: ( key : string ) => void): void