RequestTimeout: Number;
The RequestTimeout property determines delay before tree rendering.
Use JSON to set the property value and the getRequestTimeout method to get the property value.
Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).
// Get delay before tree rerendering Tree.getRequestTimeout(); // -> 1000
After executing the example the delay before tree rerendering is obtained.
See also: