Global web - web components
Single Page Content
Custom HTML element
<gw-group-single-page-content content=""></single-page-content>
Properties
Name | Type | Description |
---|
content | Object | base64 encoded |
content
{
"category": "",
"applicationLabel": "",
"details": {
"jobReqId": 0,
"title": "",
"jobDescription": {
"header": ""
},
"applicationDueDate": "",
"created": "",
"applicationUrl": "",
"employmentType": "",
"jobFunction": {
"category": "",
"name": ""
},
"locations": [
{
"region": "",
"country": "",
"state": "",
"city": "",
"address": ""
}
],
"experienceLevel": {
"value": 0,
"name": ""
}
}
}
Alternative content to pass down for error handling:
{
"infoMessage": {
"title": "We're sorry, this job...",
"text": "We are however always..."
}
}
content.category
This property decides on what component to render within the web component. Currently one option:
Dependencies
@assaabloy/gw-group-vendor