Skip to content

Commit

Permalink
docs: add more description to ViewModel.$display
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Jul 22, 2024
1 parent fc30e41 commit 868a1a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/stacks/vue/layers/viewmodels.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ A getter/setter property that wraps the primary key of the model. Used to intera

Returns a string representation of the object, or one of its properties if specified, suitable for display.

This is especially useful for displaying enum properties, navigation properties, date properties, and other complex values.


<Prop def="$addChild(prop: string | ModelCollectionNavigationProperty, initialDirtyData?: {})" lang="ts" />

Expand Down

0 comments on commit 868a1a8

Please sign in to comment.