New NotionColumnBlock - fasteiner/Notion GitHub Wiki

New-NotionColumnBlock

SYNOPSIS

Creates a new Notion column block object.

SYNTAX

New-NotionColumnBlock [-Children <Object[]>] [<CommonParameters>]

DESCRIPTION

This function creates a new instance of the notion_column_block class. You can create an empty column block or provide child blocks for the column.

EXAMPLES

EXAMPLE 1

New-NotionColumnBlock -Children $childBlocks

EXAMPLE 2

New-NotionColumnBlock

PARAMETERS

-Children

The child blocks to include in the column.

Type: Object[]
Parameter Sets: (All)
Aliases:

Required: False
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_column_block

NOTES

RELATED LINKS

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