mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
docs(ViewModel): Add JSDocs to view to explain proper use (#14214)
This commit is contained in:
@@ -1 +1,5 @@
|
|||||||
|
// See https://contributing.bitwarden.com/architecture/clients/data-model/#view for proper use.
|
||||||
|
// View models represent the decrypted state of a corresponding Domain model.
|
||||||
|
// They typically match the Domain model but contains a decrypted string for any EncString fields.
|
||||||
|
// Don't use this to represent arbitrary component view data as that isn't what it is for.
|
||||||
export class View {}
|
export class View {}
|
||||||
|
|||||||
Reference in New Issue
Block a user