@pega/dx-component-builder-sdk
Version:
Utility for building custom UI components
23 lines (21 loc) • 484 B
text/typescript
export const configProps = {
value: '',
label: 'Paragraph Sample',
placeholder: 'Paragraph Placeholder',
helperText: 'Paragraph Helper Text',
testId: 'paragraph-12345678',
required: false,
disabled: false,
readOnly: false,
status: '',
hideLabel: false,
displayMode: '',
validatemessage: ''
};
export const fieldMetadata = {
classID: 'DIXL-MediaCo-Work-NewService',
type: 'Text',
displayAs: 'pxTextArea',
label: 'Paragraph sample',
maxLength: 256
};