Home > @tridion-sites/extensions > ContentExplorerHierarchyUtilsExtensionApi > isItemNodeOfType
Checks if a node is item node of a specific type.
Signature:
isItemNodeOfType: <T extends IdentifiableObject>(node: ContentExplorerNode | undefined, ctor: Constructor<T>) => node is ContentExplorerItemNode<T>;