render(id,data,type)

renders a current state of an item or the whole component

Parameters

  • id - item id (optional)
    • string,dimension
  • data - hash of data for rendered item (optional)
    • object
  • type - type of operation:update, add or other (optional)
    • string

Returns