@pega/custom-dx-components
Version:
Utility for building custom UI components
22 lines (20 loc) • 415 B
text/typescript
export const configProps = {
value: '13:30',
validatemessage: '',
label: 'TimeOfDay Label',
hideLabel: false,
helperText: 'TimeOfDay helper text',
withSeconds: false,
testId: '12345678',
additionalProps: {},
displayMode: '',
variant: '',
hasSuggestions: false,
readOnly: false,
required: false,
disabled: false,
status: ''
};
export const stateProps = {
value: '.TimeOfDayLabel'
};