New NotionNumberedListItemBlock - fasteiner/Notion GitHub Wiki
Creates a new Notion numbered list item block object.
New-NotionNumberedListItemBlock [<CommonParameters>]
New-NotionNumberedListItemBlock -RichText <Object> [<CommonParameters>]
This function creates a new instance of the notion_numbered_list_item_block class. You can create an empty numbered list item block or provide rich text content for the item.
New-NotionNumberedListItemBlock -RichText "Item 1"
New-NotionNumberedListItemBlock
The rich text content for the numbered list item.
Type: Object
Parameter Sets: WithText
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.