@pega/dx-component-builder-sdk
Version:
Utility for building custom UI components
22 lines (20 loc) • 463 B
text/typescript
export const configProps = {
value: '',
label: 'Currency Sample',
placeholder: 'Currency Placeholder',
helperText: 'Currency Helper Text',
testId: 'currency-12345678',
readOnly: false,
disabled: false,
required: true,
status: '',
hideLabel: false,
displayMode: '',
validatemessage: ''
};
export const fieldMetadata = {
classID: 'DIXL-MediaCo-Work-NewService',
type: 'Decimal',
displayAs: 'pxCurrency',
label: 'Currency sample'
};