Layout Blocks - System Accessors
The accessors are Layout Block configurations that are used to describe the content and to connect to specific data structures (textual suggestions, pagination, etc) and sources (widgets).
When designing the Layout Blocks, use accessor
to extend the functionality of the section, as described bellow:
Property | Value | Description | |
---|---|---|---|
1 | bx-hits | accessor | Indicates that the block is receiving a collection of data(ex: product, content, etc - based on the WPO logic); |
2 | bx-hit | accessor | Indicates the return of an item from the collection. As a practice, the Layout Block with this property is a child of the Layout Block that has |
3 | bx-acQueries | accessor | Indicates that the blocks is accessing the autocomplete queries (search suggestions) collection. In the API response, expect a structure like: |
4 | bx-acQuery | accessor | Indicates that the blocks is accessing the autocomplete query (search suggestion) item. |
5 | bx-pagination | accessor | Indicates that the pagination information is to be included as part of the API response. This element can be used for navigation on the page (search, listing) |
6 | bx-sort | accessor | Indicates that the sorting information is to be included as part of the API response. |
7 | bx-hitCounts | accessor |
|
8 | accessor |
| The content (ex: collection) of the block are coming from an API call to the ** More details on Widget Accessors |
9 |
|
| The content (ex: collection) of the block has size ** More details on Widget Accessors |
10 |
|
| The content of the children blocks are the content of property matches for |
11 |
|
| The content of the children blocks are suggestions based of the active searching trends for the account. |
12 |
|
| The content of the children blocks are suggestions based of the personalized suggestions for the user. |