File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ New-BGInfoValue -Name <String> -Value <String> [-Color <Color>] [-FontSize <Sing
20
20
21
21
### Builtin
22
22
```
23
- New-BGInfoValue -BuiltinValue <String> [-Color <Color>] [-FontSize <Single>] [-FontFamilyName <String>]
24
- [-ValueColor <Color>] [-ValueFontSize <Single>] [-ValueFontFamilyName <String>] [<CommonParameters>]
23
+ New-BGInfoValue [-Name <String>] -BuiltinValue <String> [-Color <Color>] [-FontSize <Single>]
24
+ [-FontFamilyName <String>] [-ValueColor <Color>] [-ValueFontSize <Single>] [-ValueFontFamilyName <String>]
25
+ [<CommonParameters>]
25
26
```
26
27
27
28
## DESCRIPTION
@@ -69,6 +70,18 @@ Accept pipeline input: False
69
70
Accept wildcard characters : False
70
71
` ` `
71
72
73
+ ` ` ` yaml
74
+ Type : String
75
+ Parameter Sets : Builtin
76
+ Aliases :
77
+
78
+ Required : False
79
+ Position : Named
80
+ Default value : None
81
+ Accept pipeline input : False
82
+ Accept wildcard characters : False
83
+ ` ` `
84
+
72
85
### -Value
73
86
Cystom Value that will be displayed on the right side of the label.
74
87
You can’t perform that action at this time.
0 commit comments