type="player-stats"
| Name | customer-id |
| Description | CricViz customer identifier. |
| Values | alphanumeric string |
| Default | empty |
| Required | true |
| Name | player |
| Description | CricViz player identifier. |
| Values | number |
| Default | empty |
| Required | true |
| Name | competition |
| Description | CricViz competition identifier. |
| Values | number |
| Default | empty |
| Required | false |
| Name | class-ids |
| Description | If applied, this has two effects. Firstly, the widget feed will only include player stats for the specified CricViz class ids (assuming that player stats exist). Secondly, the widget will show the classes in the order in which they are specified here (in the class selector, beginning with the first class specified here). Use comma separation for more than one class id (eg. '1,3'). |
| Values | string |
| Default | empty |
| Required | false |
| Name | stat-box-expand |
| Description | Controls expand/collapse for the stat boxes. Applying one of the 'open-none', 'open-first', or 'open-all' options means that the individual stat boxes can be expanded/collapsed, with a different initial state for each of these three options. Note that not applying this attribute will cause the stat boxes to NOT be expandable or collapsable. |
| Values | empty / 'open-none' / 'open-first' / 'open-all' |
| Default | empty (i.e. stat boxes cannot be expanded or collapsed) |
| Required | false |
| Name | include |
| Description | Hosts widget specific features which can be turned on by inclusion in the value string. |
| Values | comma-separated features to include from 'header', 'footer', 'player-images'. |
| Default | empty |
| Required | false |
| Example | 'header,player-images'. The widget will show the header and player images but not the footer. |
| Name | title |
| Description | If a value is added this will override (and be shown as) the first part of the header/footer components. |
| Values | string |
| Default | empty |
| Required | false |
| Name | suffix |
| Description | If a value is added this will override (and be shown as) the second part of the header/footer components. |
| Values | string |
| Default | empty |
| Required | false |
| Name | disabled |
| Description | If applied, this attribute will disable the widget (both user interaction and network data requests (except analytics)). |
| Values | This is a value-less attribute. Adding this attribute with any (or no value) will turn this feature on. |
| Default | not present |
| Required | false |
| Name | disable-analytics |
| Description | If applied, this attribute will disable internal tracking of key events, and hence not send any information to the internal analytics provider. |
| Values | This is a value-less attribute. Adding this attribute with any (or no value) will turn this feature on. |
| Default | not present |
| Required | false |