Home > @tridion-sites/extensions > ContentExplorerItemNode
Tridion item node of the Content Explorer hierarchy.
Signature:
export type ContentExplorerItemNode<TItem extends IdentifiableObject = IdentifiableObject> = ReadonlyHierarchyNode<
ContentExplorerItemNodeData<TItem>
>;
References: IdentifiableObject, ContentExplorerItemNodeData