@pega/dx-component-builder-sdk
Version:
Utility for building custom UI components
38 lines (35 loc) • 675 B
text/typescript
export const configProps = {
countryCode: 'USA',
value: 'https://www.yahoo.com'
};
export const stateListData = {
data: {
fetchDateTime: '2023-01-18T12:04:56.517Z',
pxObjClass: 'Pega-State',
resultCount: 3,
data: [
{
pyLabel: 'Massachusetts',
pyStateCode: 'MA'
},
{
pyLabel: 'Rhode Island',
pyStateCode: 'RI'
},
{
pyLabel: 'Connecticut',
pyStateCode: 'CT'
}
]
},
status: 200,
statusText: '',
headers: {
'content-length': '1328',
'content-type': 'application/json;charset=UTF-8'
},
request: {}
};
export const stateProps = {
value: '.URL'
};