Type alias JFormDialogTableParams

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

Type declaration

  • isReadOnly: boolean
  • Optional onSubmit?: (() => void)
      • (): void
      • Returns void

  • Optional row?: {
        [key: string]: any;
    }
    • [key: string]: any
  • tableId: JId