AlertingDialogHeaderDefaultProps
Home > @gooddata/sdk-ui-dashboard > AlertingDialogHeaderDefaultProps
AlertingDialogHeaderDefaultProps type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The exact props the default dialog renders its header with, including the dialog's initial-focus ref.
Signature:
export type AlertingDialogHeaderDefaultProps = IAlertingDialogHeaderProps & {
ref?: Ref<HTMLInputElement>;
};
References: IAlertingDialogHeaderProps