Kind: Class
Source: Frontend/src/app/models/sales/Shareholder.model.ts (line 1)
Part of: Frontend
Properties
| Property | Type |
|---|---|
ShareholderID | number |
ProjectID | number |
Name | string |
Percentage | number |
color | string |
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
Project—Frontend/src/app/models/sales/project.model.ts:9NewProject—Frontend/src/app/components/market/projects/newProject.ts:52
Was this page helpful?