@pega/dx-component-builder-sdk
Version:
Utility for building custom UI components
37 lines (35 loc) • 656 B
text/typescript
export const configProps = {
datasource: [
{
key: 'Basic',
value: 'Basic'
},
{
key: 'Basic Plus',
value: 'Basic Plus'
},
{
key: 'Deluxe',
value: 'Deluxe'
},
{
key: 'Premium',
value: 'Premium'
}
],
hasSuggestions: false,
label: 'Picklist-RadioButtons Sample',
helperText: 'Picklist-RadioButtons Helper Text',
listType: 'associated',
readonly: undefined,
testId: '81DC52353BC235FE78F52FA873E0EF56',
value: '',
visibility: true,
displayMode: '',
readOnly: false,
disabled: false,
required: true
};
export const stateProps = {
value: '.TVOption'
};