Package | weavejs.api.core |
Interface | public interface ILinkableVariable extends ILinkableObject |
Implementors | LinkableVariable, SessionStateLog |
Method | Defined By | ||
---|---|---|---|
getSessionState():Object
This gets the value of this linkable variable. | ILinkableVariable | ||
setSessionState(value:Object):void
This sets the value of this linkable variable. | ILinkableVariable |
getSessionState | () | method |
public function getSessionState():Object
This gets the value of this linkable variable.
ReturnsObject — The session state of this object.
|
setSessionState | () | method |
public function setSessionState(value:Object):void
This sets the value of this linkable variable. The implementation of the object determines how to handle unexpected values.
Parameters
value:Object — The new session state for this object.
|