@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
15 lines • 509 B
TypeScript
export interface IValidationErrorDialogProps {
/**
* Specifies if a dialog should be shown when validation fails. Default - false
*/
showDialogOnValidationError?: boolean;
/**
* Specifies a custom title to be shown in the validation dialog. Default - empty
*/
customTitle?: string;
/**
* Specifies a custom message to be shown in the validation dialog. Default - empty
*/
customMessage?: string;
}
//# sourceMappingURL=IValidationErrorDialogProps.d.ts.map