UNPKG

@pega/custom-dx-components

Version:

Utility for building custom UI components

23 lines (21 loc) 421 B
export const configProps = { value: true, label: 'Boolean label', helperText: 'Test helper text', caption: 'Boolean caption', validatemessage: '', hideLabel: false, testId: '12345678', additionalProps: {}, displayMode: '', variant: '', trueLabel: 'True', falseLabel: 'False', disabled: false, readOnly: false, required: true, status: '' }; export const stateProps = { value: '.Test' };