отрисовывает указанный элемент или весь компонент
id | id | the item id |
data | object | the object with data for the rendered item |
type | string | the type of the operation: 'update', 'add', 'delete', 'move' or 'branch' |
$$("view").render(id,data,type);
Если параметры не указаны, метод отображает весь компонент.
Типы операции: