Package | com.mi.rs |
Class | public class StateData |
Inheritance | StateData ![]() |
Implements | IStateData |
See also
Property | Defined By | ||
---|---|---|---|
parameters : Object [read-only]
The state parameters as an associative array, or null if no
parameters are specified.
|
StateData | ||
path : String [read-only]
The state path, or null if no path is specified.
|
StateData | ||
stateCommands : Array [read-only]
An array of commands that are always executed before
the commands added by callbacks within an execution context
on the server.
|
StateData |
Method | Defined By | ||
---|---|---|---|
StateData(path:String = null, parameters:Object = null, stateCommands:Array = null)
|
StateData |
parameters | property |
parameters:Object
[read-only]
The state parameters as an associative array, or null if no parameters are specified.
public function get parameters():Object
path | property |
path:String
[read-only]
The state path, or null if no path is specified.
public function get path():String
stateCommands | property |
stateCommands:Array
[read-only]
An array of commands that are always executed before the commands added by callbacks within an execution context on the server. Examples of a command that can be used is the "use_scope". Adding this command will make sure that the current scope is changed and affects all commands that are executed in the context of this state data.
public function get stateCommands():Array
StateData | () | Constructor |
public function StateData(path:String = null, parameters:Object = null, stateCommands:Array = null)
path:String (default = null )
|
|
parameters:Object (default = null )
|
|
stateCommands:Array (default = null )
|