TreeListBase.RequestTimeout

Syntax

RequestTimeout: Number;

Description

The RequestTimeout property determines delay before tree rendering.

Comments

Use JSON to set the property value and the getRequestTimeout method to get the property value.

Example

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:

TreeListBase