getFormat Method

Shortcut for calling getItem with Format.

getFormat(name: string): Promise<Format | undefined>

@returns The requested Format or undefined if not found.

Parameter Type Description
name string The local (unqualified) name of the item to return.

Returns - Promise<Format | undefined>

The requested Format or undefined if not found.

Defined in

Last Updated: 28 April, 2026