Skip to content

Commit 3006545

Browse files
Update
1 parent d842880 commit 3006545

File tree

8 files changed

+902
-969
lines changed

8 files changed

+902
-969
lines changed

Docs/New-HtmlTab.md

+85
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,91 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
948948
## RELATED LINKS
949949
950950
951+
```yaml
952+
Type: String
953+
Parameter Sets: FontAwesomeSolid
954+
Aliases:
955+
956+
Required: False
957+
Position: Named
958+
Default value: None
959+
Accept pipeline input: False
960+
Accept wildcard characters: False
961+
```
962+
963+
### -Name
964+
{{ Fill Name Description }}
965+
966+
```yaml
967+
Type: String
968+
Parameter Sets: (All)
969+
Aliases: TabName
970+
971+
Required: False
972+
Position: Named
973+
Default value: None
974+
Accept pipeline input: False
975+
Accept wildcard characters: False
976+
```
977+
978+
### -TextColor
979+
{{ Fill TextColor Description }}
980+
981+
```yaml
982+
Type: String
983+
Parameter Sets: (All)
984+
Aliases:
985+
986+
Required: False
987+
Position: Named
988+
Default value: None
989+
Accept pipeline input: False
990+
Accept wildcard characters: False
991+
```
992+
993+
### -TextSize
994+
{{ Fill TextSize Description }}
995+
996+
```yaml
997+
Type: Int32
998+
Parameter Sets: (All)
999+
Aliases:
1000+
1001+
Required: False
1002+
Position: Named
1003+
Default value: None
1004+
Accept pipeline input: False
1005+
Accept wildcard characters: False
1006+
```
1007+
1008+
### -TextTransform
1009+
{{ Fill TextTransform Description }}
1010+
1011+
```yaml
1012+
Type: String
1013+
Parameter Sets: (All)
1014+
Aliases:
1015+
Accepted values: uppercase, lowercase, capitalize
1016+
1017+
Required: False
1018+
Position: Named
1019+
Default value: None
1020+
Accept pipeline input: False
1021+
Accept wildcard characters: False
1022+
```
1023+
1024+
### CommonParameters
1025+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
1026+
1027+
## INPUTS
1028+
1029+
## OUTPUTS
1030+
1031+
## NOTES
1032+
1033+
## RELATED LINKS
1034+
1035+
9511036
```yaml
9521037
Type: String
9531038
Parameter Sets: FontAwesomeSolid

Examples/Example-DashimoStyle/Run-SimplestTable04.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Dashboard -Name 'Dashimo Test' -FilePath $PSScriptRoot\Output\DashboardEasy04_00
1111
}
1212
}
1313
}
14-
1514
}
1615

1716

0 commit comments

Comments
 (0)