Access alias for model used to populate custom view block item when using forContentTypeAlias

Hi,

Am using a custom view lit component to preview a block item in a block grid. The manifest has “forContentTypeAlias” which can be a string or array that indicates what block items can be used.

This works, and I can render a view for multiple different block items, but I would like to know what the alias for the contentType is in the model so I can conditionally render different items based on the alias. I can’t see where on the model passed into the custom view I can pull out the alias?

Can anyone point me in the right direction please?