Kind: Class
Source: Frontend/src/app/models/dashboard/dashboard.model.ts (line 101)
Part of: Frontend
Properties
| Property | Type |
|---|---|
x | number |
y | number |
height | number |
width | number |
maxHeight | number |
minHeight | number |
maxWidth | number |
minWidth | number |
noResize | boolean |
noMove | boolean |
autoPosition | boolean |
marginWidth | string |
locked | boolean |
el | any |
customId | string |
Used by
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (3)
HomeComponent—Frontend/src/app/components/home/home.component.ts:1ReportsComponent—Frontend/src/app/components/reports/reports.component.ts:1MRMCashFlowForecasted—Frontend/src/app/services/dashboard/dashboard-library.service.ts:1
Was this page helpful?