@pega/dx-component-builder-sdk
Version:
Utility for building custom UI components
18 lines (16 loc) • 344 B
text/typescript
export const configProps = {
value: '',
label: 'Time Sample',
helperText: 'Time Helper Text',
testId: 'time-12345678',
hasSuggestions: false,
placeholder: 'Time Placeholder',
displayMode: '',
readOnly: false,
disabled: false,
required: true
};
export const stateProps = {
value: '.TimeSample',
hasSuggestions: false
};