New NotionNumberedListItemBlock - fasteiner/Notion GitHub Wiki

New-NotionNumberedListItemBlock

SYNOPSIS

Creates a new Notion numbered list item block object.

SYNTAX

None (Default)

New-NotionNumberedListItemBlock [<CommonParameters>]

WithText

New-NotionNumberedListItemBlock -RichText <Object> [<CommonParameters>]

DESCRIPTION

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.

EXAMPLES

EXAMPLE 1

New-NotionNumberedListItemBlock -RichText "Item 1"

EXAMPLE 2

New-NotionNumberedListItemBlock

PARAMETERS

-RichText

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

notion_numbered_list_item_block

NOTES

RELATED LINKS

⚠️ **GitHub.com Fallback** ⚠️