AssetFindExtendedConfig
Callable
- Parameters- ExtendedConfig: Partial<Record<AssetGroupName, ExtendedItemGroupConfig>>- The full extended item configuration object 
- GroupName: AssetGroupName- The name of the asset group to find extended configuration for 
- AssetName: string- The name of the asset to find extended configuration fo 
 - Returns AssetArchetypeConfig- The extended asset configuration object for the specified asset, if any exists, or undefined otherwise
 
Finds the extended item configuration for the provided group and asset name, if any exists