Skip to content

Commit 1d4fa0b

Browse files
feat: Import-TypeView -Command ( Fixes #236 )
2 parents 4a90450 + 15cad02 commit 1d4fa0b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/Write-TypeView.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,15 @@ These will become ScriptMethods.
8686

8787
#### **DefaultDisplay**
8888
The default display.
89-
If only one propertry is used, this will set the default display property.
90-
If more than one property is used, this will set the default display member set.
89+
This is the default set of properties to display if no formatter is specified.
90+
91+
|Type |Required|Position|PipelineInput|
92+
|------------|--------|--------|-------------|
93+
|`[String[]]`|false |named |false |
94+
95+
#### **DefaultKey**
96+
The default key property set.
97+
This is the set of properties that will be used as the key for the object.
9198

9299
|Type |Required|Position|PipelineInput|
93100
|------------|--------|--------|-------------|
@@ -154,5 +161,5 @@ If set, will generate an identical typeview for the deserialized form of each ty
154161

155162
### Syntax
156163
```PowerShell
157-
Write-TypeView [-TypeName] <String[]> [-ScriptMethod <IDictionary>] [-ScriptProperty <IDictionary>] [-NoteProperty <IDictionary>] [-AliasProperty <IDictionary>] [-EventGenerator <IDictionary>] [-EventName <String[]>] [-DefaultDisplay <String[]>] [-IdProperty <String>] [-SerializationDepth <Int32>] [-Reserializer <Type>] [-PropertySet <IDictionary>] [-HideProperty <String[]>] [-Deserialized] [<CommonParameters>]
164+
Write-TypeView [-TypeName] <String[]> [-ScriptMethod <IDictionary>] [-ScriptProperty <IDictionary>] [-NoteProperty <IDictionary>] [-AliasProperty <IDictionary>] [-EventGenerator <IDictionary>] [-EventName <String[]>] [-DefaultDisplay <String[]>] [-DefaultKey <String[]>] [-IdProperty <String>] [-SerializationDepth <Int32>] [-Reserializer <Type>] [-PropertySet <IDictionary>] [-HideProperty <String[]>] [-Deserialized] [<CommonParameters>]
158165
```

0 commit comments

Comments
 (0)