This is the generic version of INodeViewModel, adding the content model to the interface.

public interface INodeViewModel<TModel>: INodeViewModel
Extends:
INodeViewModel

Properties

Content Gets the typed content model for the node.

Implemented by

NodeViewModel<TModel> This is the default implementation of the INodeViewModel interface.