tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > ContentExplorerItemNode

ContentExplorerItemNode type

Tridion item node of the Content Explorer hierarchy.

Signature:

export type ContentExplorerItemNode<TItem extends IdentifiableObject = IdentifiableObject> = ReadonlyHierarchyNode<
    ContentExplorerItemNodeData<TItem>
>;

References: IdentifiableObject, ContentExplorerItemNodeData