Type alias JFormDialogTableParams
JFormDialogTableParams: { isReadOnly: boolean; onSubmit?: (() => void); row?: { [
key:
string]
: any; }; tableId: JId; } Type declaration
isReadOnly: boolean
Optional onSubmit?: (() => void)
Optional row?: {
[key: string]: any;
}
tableId: JId