formats/PSBlueskyFollower.format.ps1xml
<!--
Format type data generated 10/27/2024 09:49:13 by THINKX1-JH\Jeff This file was created using the New-PSFormatXML command that is part of the PSScriptTools module. https://github.com/jdhitsolutions/PSScriptTools --> <Configuration> <ViewDefinitions> <View> <!--Created 10/27/2024 09:49:13 by THINKX1-JH\Jeff--> <Name>followers</Name> <ViewSelectedBy> <TypeName>PSBlueskyFollowProfile</TypeName> </ViewSelectedBy> <TableControl> <!--Delete the AutoSize node if you want to use the defined widths.--> <AutoSize /> <TableHeaders> <TableColumnHeader> <Label>Display</Label> <Width>14</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Username</Label> <Width>21</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Description</Label> <Width>113</Width> <Alignment>left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap /> <TableColumnItems> <TableColumnItem> <PropertyName>Display</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> "{0}{1}{2}" -f ($PSStyle.foreground.Brightblue+$PSStyle.Underline),($PSStyle.formatHyperlink($_.Username,$_.url)),$PSStyle.Reset </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>Description</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |