getStructClass Method

Shortcut for calling getItem with StructClass.

getStructClass(name: string): Promise<StructClass | undefined>

@returns The requested StructClass or undefined if not found.

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

Returns - Promise<StructClass | undefined>

The requested StructClass or undefined if not found.

Defined in

Last Updated: 28 April, 2026