@kanunilabs/datagrid-react / PrintLayoutState
Interface: PrintLayoutState
Defined in: datagrid-react/src/hooks/usePrintLayout.ts:45
Properties
active
active:
boolean
Defined in: datagrid-react/src/hooks/usePrintLayout.ts:47
Render every row and let the box grow.
begin
begin: () =>
void
Defined in: datagrid-react/src/hooks/usePrintLayout.ts:49
Enter print layout by hand — for an app driving its own print button.
Returns
void
end
end: () =>
void
Defined in: datagrid-react/src/hooks/usePrintLayout.ts:51
Leave it again.
Returns
void