AlertForm
Form to show in an Alert
TypeScript
export type AlertForm<TData = any> = {
name: string;
form: AdaptableForm<AlertFormContext<TData>>;
};Form to show in an Alert
export type AlertForm<TData = any> = {
name: string;
form: AdaptableForm<AlertFormContext<TData>>;
};