getKindOfQuantity Method

Shortcut for calling getItem with KindOfQuantity.

getKindOfQuantity(name: string): Promise<KindOfQuantity | undefined>

@returns The requested KindOfQuantity or undefined if not found.

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

Returns - Promise<KindOfQuantity | undefined>

The requested KindOfQuantity or undefined if not found.

Defined in

Last Updated: 28 April, 2026