Packageweavejs.api.core
Interfacepublic interface ILinkableObjectWithNewProperties extends ILinkableObject

Implement this interface to detect when a full session state is missing properties or a session state contains extra properties.



Public Properties
 PropertyDefined By
  deprecatedStateMapping : Object
[read-only] Either a single mapping or an Array of mappings to be used with SessionManager.traverseAndSetState().
ILinkableObjectWithNewProperties
Property Detail
deprecatedStateMappingproperty
deprecatedStateMapping:Object  [read-only]

Either a single mapping or an Array of mappings to be used with SessionManager.traverseAndSetState().


Implementation
    public function get deprecatedStateMapping():Object

See also