diff --git a/docs/Write-TypeView.md b/docs/Write-TypeView.md index eef09e6..298181f 100644 --- a/docs/Write-TypeView.md +++ b/docs/Write-TypeView.md @@ -86,8 +86,15 @@ These will become ScriptMethods. #### **DefaultDisplay** The default display. -If only one propertry is used, this will set the default display property. -If more than one property is used, this will set the default display member set. +This is the default set of properties to display if no formatter is specified. + +|Type |Required|Position|PipelineInput| +|------------|--------|--------|-------------| +|`[String[]]`|false |named |false | + +#### **DefaultKey** +The default key property set. +This is the set of properties that will be used as the key for the object. |Type |Required|Position|PipelineInput| |------------|--------|--------|-------------| @@ -154,5 +161,5 @@ If set, will generate an identical typeview for the deserialized form of each ty ### Syntax ```PowerShell -Write-TypeView [-TypeName] [-ScriptMethod ] [-ScriptProperty ] [-NoteProperty ] [-AliasProperty ] [-EventGenerator ] [-EventName ] [-DefaultDisplay ] [-IdProperty ] [-SerializationDepth ] [-Reserializer ] [-PropertySet ] [-HideProperty ] [-Deserialized] [] +Write-TypeView [-TypeName] [-ScriptMethod ] [-ScriptProperty ] [-NoteProperty ] [-AliasProperty ] [-EventGenerator ] [-EventName ] [-DefaultDisplay ] [-DefaultKey ] [-IdProperty ] [-SerializationDepth ] [-Reserializer ] [-PropertySet ] [-HideProperty ] [-Deserialized] [] ```