getCustomAttributeClass Method

Shortcut for calling getItem with CustomAttributeClass.

getCustomAttributeClass(name: string): Promise<CustomAttributeClass | undefined>

@returns The requested CustomAttributeClass or undefined if not found.

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

Returns - Promise<CustomAttributeClass | undefined>

The requested CustomAttributeClass or undefined if not found.

Defined in

Last Updated: 28 April, 2026