Interface ICustomViewModelNode
Represents a node that has a custom view model.
public interface ICustomViewModelNode
Properties
ViewModelPosition
Gets or sets the position of the node's custom view model.
CustomNodeViewModelPosition ViewModelPosition { get; }
Property Value
Methods
GetCustomViewModel(NodeScript)
Called whenever the node must show it's custom view model, if null, no custom view model is used
ICustomNodeViewModel? GetCustomViewModel(NodeScript nodeScript)
Parameters
nodeScriptNodeScript
Returns
- ICustomNodeViewModel
The custom view model, if null, no custom view model is used