@eclipse-scout/core
Version:
Eclipse Scout runtime
8 lines • 304 B
TypeScript
import { Form, LogicalGrid } from '../index';
/**
* Dummy grid for the form which actually just creates the actual grid data for the root group box from the hints.
*/
export declare class FormGrid extends LogicalGrid {
protected _validate(form: Form): void;
}
//# sourceMappingURL=FormGrid.d.ts.map