Extends
- Component
Members
state :Object
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
resource |
String | Определение выпадающего контейнера который нужно отображать |
Объект состяния компонента
Type:
- Object
Methods
componentDidMount()
- Source:
Invoked immediately after a component is mounted
Fires:
- event:componentDidMount
getResourcesProperties() → {Array}
- Source:
Получение массива параметров из адресной строки
Returns:
- Type
- Array
includeComponents(properties) → {Array}
- Source:
Определение страницы
Parameters:
| Name | Type | Description |
|---|---|---|
properties |
Array | Массив параметров страницы |
Returns:
- Type
- Array
render() → {Object}
- Source:
Render component
Returns:
jsx object
- Type
- Object