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