New NotionEmoji - fasteiner/Notion GitHub Wiki

New-NotionEmoji

SYNOPSIS

Creates a new Notion emoji object.

SYNTAX

New-NotionEmoji [[-Emoji] <String>] [<CommonParameters>]

DESCRIPTION

This function creates a new instance of the notion_emoji class. You can create an empty emoji object or provide an emoji character.

EXAMPLES

EXAMPLE 1

New-NotionEmoji

EXAMPLE 2

New-NotionEmoji "😀"

Creates a new emoji object with the specified emoji character.

EXAMPLE 3

New-NotionEmoji -Emoji "😀"

Creates a new emoji object with the specified emoji character.

PARAMETERS

-Emoji

The emoji character to be used.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
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_emoji

NOTES

RELATED LINKS

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